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
commitc5b904dfb608f376dc7df55ee82797d48f781675 (patch)
tree14aa8f2cb841b66776fd42b8893e38a909865bcc /debian/rules
parentReleasing progress-linux version 2.9.5-2~progress7.99u1. (diff)
downloadsssd-c5b904dfb608f376dc7df55ee82797d48f781675.tar.xz
sssd-c5b904dfb608f376dc7df55ee82797d48f781675.zip
Merging debian version 2.9.5-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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