summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-04 18:00:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-04 18:00:46 +0000
commitfdabca294aa3dc104dd58b6c185efba488b1329f (patch)
tree2bface9bfb0a83e2e61583401f28825f905c2cbf /debian/rules
parentAdding debian version 2.9.5-2. (diff)
downloadsssd-fdabca294aa3dc104dd58b6c185efba488b1329f.tar.xz
sssd-fdabca294aa3dc104dd58b6c185efba488b1329f.zip
Adding debian version 2.9.5-3.debian/2.9.5-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 7da1f9f..165cc1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,9 +55,9 @@ 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
+ else
+ dh_auto_test -- VERBOSE=yes
endif
unset CK_TIMEOUT_MULTIPLIER
endif