[Pkg-zsh-commits] [zsh] 04/05: Ignore test suite results on hurd-i386 for now

Axel Beckert abe at deuxchevaux.org
Sun Dec 15 01:35:53 UTC 2013


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

abe pushed a commit to branch debian
in repository zsh.

commit 7cdfd51cfce5c4b12e3a65971917c5bb12c4f8ce
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 15 01:52:11 2013 +0100

    Ignore test suite results on hurd-i386 for now
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 80ff7a0..f4f27b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ build: build-arch build-indep
 
 build-arch: configure-stamp
 	dh_auto_build -B obj --parallel
-	HOME="$(CURDIR)/obj/testhome" dh_auto_test -B obj --parallel
+	HOME="$(CURDIR)/obj/testhome" dh_auto_test -B obj --parallel || test `dpkg-architecture -qDEB_BUILD_ARCH` = hurd-i386
 	touch $@
 
 build-indep: configure-stamp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list