[Pkg-mpd-commits] [pkg-mpd] 05/10: disable tests on s390x until #726733 is solved

Florian Schlichting fsfs at moszumanska.debian.org
Sun Dec 29 01:40:32 UTC 2013


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

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit 9bb76e170fcfaf9d7e065d4f4aa5f55a01cd9c8f
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Dec 29 00:28:09 2013 +0100

    disable tests on s390x until #726733 is solved
---
 debian/rules | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9ce44c2..8c913e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,17 +21,22 @@ WITH_SYSTEMD=--disable-alsa
 CP_SYSTEMD_UNIT=echo "no systemd, not copying systemd .service file"
 endif
 
+# disable tests on s390x until #726733 is solved
+RUN_TESTS=--enable-test
+ifeq ($(DEB_HOST_ARCH), s390x)
+    RUN_TESTS=
+endif
+
 LDFLAGS += -Wl,--as-needed
 
 %:
 	dh $@ --with autoreconf --with=systemd
 
 override_dh_auto_configure:
-	./configure $(WITH_TREMOR) $(WITH_SYSTEMD) \
+	./configure $(WITH_TREMOR) $(WITH_SYSTEMD) $(RUN_TESTS) \
 		--enable-pipe-output \
 		--enable-mikmod \
 		--enable-iso9660 \
-		--enable-test \
 		--prefix=/usr \
 		--sysconfdir=/etc
 

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



More information about the Pkg-mpd-commits mailing list