[Pkg-mpd-commits] [pkg-mpd] 01/06: disable tests on mips64el, like we do on mips and mipsel

Florian Schlichting fsfs at moszumanska.debian.org
Sun May 1 16:47:27 UTC 2016


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

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

commit a17ee06209e93b10c3b638fb704c61998a5472c8
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Apr 28 21:16:21 2016 +0200

    disable tests on mips64el, like we do on mips and mipsel
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 69318e3..25a9596 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ endif
 ifeq ($(DEB_HOST_ARCH), mipsel)
     RUN_TESTS=--disable-test
 endif
+ifeq ($(DEB_HOST_ARCH), mips64el)
+    RUN_TESTS=--disable-test
+endif
 
 # no systemd and no alsa on non-linux arches
 ifeq ($(DEB_HOST_ARCH_OS), linux)

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