[Pkg-sssd-devel] [Git][sssd-team/sssd][master] 2 commits: rules: Flip the test logic to fix ftbfs on armel/armhf.

Timo Aaltonen (@tjaalton) gitlab at salsa.debian.org
Tue Jun 4 16:23:40 BST 2024


Timo Aaltonen pushed to branch master at Debian SSSD packaging / sssd


Commits:
3674eae1 by Timo Aaltonen at 2024-06-04T18:22:26+03:00
rules: Flip the test logic to fix ftbfs on armel/armhf.

- - - - -
c5c06ee1 by Timo Aaltonen at 2024-06-04T18:22:35+03:00
releasing package sssd version 2.9.5-3

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+sssd (2.9.5-3) unstable; urgency=medium
+
+  * rules: Flip the test logic to fix ftbfs on armel/armhf.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Tue, 04 Jun 2024 18:22:29 +0300
+
 sssd (2.9.5-2) unstable; urgency=medium
 
   * rules: Don't fail tests on armel, armhf for now.


=====================================
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



View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/compare/279378b740c79a22211f57cee164b15df9037b25...c5c06ee1d574962891698a57dadc23e04251ead7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/compare/279378b740c79a22211f57cee164b15df9037b25...c5c06ee1d574962891698a57dadc23e04251ead7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-sssd-devel/attachments/20240604/87812770/attachment-0001.htm>


More information about the Pkg-sssd-devel mailing list