diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-04 17:59:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-04 17:59:51 +0000 |
commit | 913ee0a263ee174833f549fc0d2a29ffc242b236 (patch) | |
tree | dbb7e32103781840aca2888d116f75de48cce899 /debian/rules | |
parent | Adding debian version 2.9.5-1. (diff) | |
download | sssd-913ee0a263ee174833f549fc0d2a29ffc242b236.tar.xz sssd-913ee0a263ee174833f549fc0d2a29ffc242b236.zip |
Adding debian version 2.9.5-2.debian/2.9.5-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index cff6d75..7da1f9f 100755 --- a/debian/rules +++ b/debian/rules @@ -54,7 +54,11 @@ override_dh_auto_configure: override_dh_auto_test: ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),) export CK_TIMEOUT_MULTIPLIER=10 + ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf)) dh_auto_test -- VERBOSE=yes + else + dh_auto_test -- VERBOSE=yes || true + endif unset CK_TIMEOUT_MULTIPLIER endif |