[Pkg-libvirt-commits] [libvirt] 02/03: Make test failure fail the tests again on amd64

Guido Guenther agx at moszumanska.debian.org
Wed Dec 7 15:49:13 UTC 2016


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

agx pushed a commit to annotated tag debian/2.4.0-3
in repository libvirt.

commit c76b178eeb333702af0932f758c5465792673ba0
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Nov 16 14:24:25 2016 +0100

    Make test failure fail the tests again on amd64
    
    Thanks: Christian Ehrhardt for spotting this
    Closes: #844511
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6e0a416..36ba507 100755
--- a/debian/rules
+++ b/debian/rules
@@ -155,7 +155,7 @@ override_dh_auto_test:
 	if ! dh_auto_test -O--builddirectory=$(DEB_BUILDDIR); then \
 	    cat ./debian/build/gnulib/tests/test-suite.log \
 	        ./debian/build/tests/test-suite.log; \
-	    [ -n "$(FAIL_CHECK)" ] || exit 1; \
+	    [ -z "$(FAIL_CHECK)" ] || exit 1; \
 	fi
 
 override_dh_install-arch:

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



More information about the Pkg-libvirt-commits mailing list