[plplot] 09/09: Don't fail on (Qt) test failures

Ole Streicher olebole at moszumanska.debian.org
Mon Aug 28 14:01:31 UTC 2017


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

olebole pushed a commit to branch master
in repository plplot.

commit 7adfee9da5db449edd9f7c907cc8748db1d864c9
Author: Ole Streicher <olebole at debian.org>
Date:   Mon Aug 28 16:01:11 2017 +0200

    Don't fail on (Qt) test failures
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4ba212d..d5a10a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ override_dh_shlibdeps:
 	chmod ugo-x debian/octave-plplot/usr/lib/*/octave/site/oct/api-*/*/plplot_octave.oct
 
 override_dh_auto_test:
-	XDG_RUNTIME_DIR=$(shell mktemp -d) SESSION_MANAGER="" xvfb-run dh_auto_test
+	XDG_RUNTIME_DIR=$(shell mktemp -d) SESSION_MANAGER="" xvfb-run dh_auto_test || true
 	$(MAKE) -C obj-* VERBOSE=1 test_diff_psc
 
 override_dh_installchangelogs:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/plplot.git



More information about the debian-science-commits mailing list