[Pkg-mpd-commits] [pkg-mpd] 01/01: #726733 on s390x is solved, run tests on all architectures

Florian Schlichting fsfs at moszumanska.debian.org
Wed Mar 5 23:51:11 UTC 2014


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

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

commit 2fbeff25634fc466421188de42fcad4d4d570a41
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Mar 6 00:47:27 2014 +0100

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

diff --git a/debian/rules b/debian/rules
index d02b7fe..15892a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,12 +21,6 @@ WITH_SYSTEMD=--disable-systemd-daemon --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
-
 
 ###############################################################
 ## Define Debian feature set (in configure summary order)
@@ -109,9 +103,10 @@ LDFLAGS += -Wl,--as-needed
 	dh $@ --with autoreconf --with=systemd
 
 override_dh_auto_configure:
-	./configure $(WITH_TREMOR) $(WITH_SYSTEMD) $(RUN_TESTS) \
+	./configure $(WITH_TREMOR) $(WITH_SYSTEMD) \
 		--prefix=/usr \
 		--sysconfdir=/etc \
+		--enable-test \
 		$(ENABLE_ARCHIVES) \
 		$(ENABLE_AUTODISCOVERY) \
 		$(ENABLE_CLIENTS) \

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