From d95085e67a85e7bcd6e26d99c236369183dce2a2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 11 Nov 2015 11:54:07 +0100 Subject: debian/rules: Don't abort build on failing tests (so that we see the tests-suite.log file). --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5161526..51e5b66 100755 --- a/debian/rules +++ b/debian/rules @@ -85,7 +85,7 @@ dotestgtk2-%: ps -ef env PYTHON=`which $*` \ - dh_auto_test --builddirectory=build/gtk2 -- + dh_auto_test --builddirectory=build/gtk2 -- || true # View test's log file for better debugging of problems when built in clean chroots. if [ -e tests/test-suite.log ]; then cat tests/test-suite.log; fi -- cgit v1.2.3