[Pkg-libvirt-commits] [libvirt] 01/01: Make test failure fail the tests again on amd64
Guido Guenther
agx at moszumanska.debian.org
Wed Nov 16 13:25:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch debian/sid
in repository libvirt.
commit 30b067d3c5e8b70b82a9c136fb3da1f70b12c5e1
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