summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-05-15 17:52:50 +0200
committerThomas Deutschmann <whissi@gentoo.org>2021-05-15 18:05:24 +0200
commit6862862422e805ec27822602c8cee15844401d69 (patch)
tree4ce1c83e5e64904d7b8e38d763691074dd936beb /sys-auth
parentsys-auth/sssd: fix style (diff)
downloadgentoo-6862862422e805ec27822602c8cee15844401d69.tar.gz
gentoo-6862862422e805ec27822602c8cee15844401d69.tar.bz2
gentoo-6862862422e805ec27822602c8cee15844401d69.zip
sys-auth/sssd: run tests verbose and give them more time
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/sssd/sssd-2.5.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-auth/sssd/sssd-2.5.0.ebuild b/sys-auth/sssd/sssd-2.5.0.ebuild
index 4242b9b973eb..7c0f2d73dd13 100644
--- a/sys-auth/sssd/sssd-2.5.0.ebuild
+++ b/sys-auth/sssd/sssd-2.5.0.ebuild
@@ -219,7 +219,10 @@ multilib_src_compile() {
}
multilib_src_test() {
- multilib_is_native_abi && emake check
+ if multilib_is_native_abi; then
+ local -x CK_TIMEOUT_MULTIPLIER=10
+ emake check VERBOSE=yes
+ fi
}
multilib_src_install() {