From 60c7a3c3222670e53d0c910fc6b2259c92514d86 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sat, 7 Oct 2017 20:56:07 +0200 Subject: [PATCH] keep going on failed tests to get full test results --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 77d4b095..835ab9c7 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ override_dh_install: $(PREPROCESS_FILES:.in=) cp -a $(CURDIR)/doc/html $(CURDIR)/debian/guh-doc/usr/share/doc/guh/ || true override_dh_auto_test: - dh_auto_test -- TESTARGS="-o -,txt -o test-results.xml,xunitxml" + dh_auto_test -- -k TESTARGS="-o -,txt -o test-results.xml,xunitxml" override_dh_strip: dh_strip --dbg-package=guh-dbg