[Pkg-swan-devel] [strongswan] 01/01: Run the test suite only on amd64

Romain Francoise rfrancoise at moszumanska.debian.org
Fri Oct 24 19:21:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

rfrancoise pushed a commit to branch master
in repository strongswan.

commit 6766cf1f703cd06fd82c37d1908aae561d9c068f
Author: Romain Francoise <rfrancoise at debian.org>
Date:   Fri Oct 24 21:08:53 2014 +0200

    Run the test suite only on amd64
    
    If we want to make the cut for the freeze on Nov 5th, the package needs
    to build on all archs right now, so let's just disable the test suite on
    buildds and we can experiment later...
---
 debian/changelog | 7 +++++++
 debian/rules     | 7 +------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 59644eb..1cf0050 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+strongswan (5.2.1-4) unstable; urgency=medium
+
+  * Give up on trying to run the test suite on !amd64, it now times out on
+    both i386 and s390x, our chosen "fast" archs.
+
+ -- Romain Francoise <rfrancoise at debian.org>  Fri, 24 Oct 2014 21:08:17 +0200
+
 strongswan (5.2.1-3) unstable; urgency=medium
 
   * Disable libtls tests again, they are still too intensive for the buildd
diff --git a/debian/rules b/debian/rules
index 9d25bea..ba9eefa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -189,12 +189,7 @@ override_dh_installlogcheck:
 	dh_installlogcheck --name strongswan
 
 override_dh_auto_test:
-# run the test suite only on fast archs, but try to get some portability
-# coverage by running on:
-# - amd64 (64-bit, little-endian)
-# - i386 (32-bit, little-endian)
-# - s390x (64-bit, big-endian)
-ifneq (,$(filter amd64 i386 s390x,$(DEB_BUILD_ARCH)))
+ifeq ($(DEB_BUILD_ARCH),amd64)
 	dh_auto_test
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-swan/strongswan.git



More information about the Pkg-swan-devel mailing list