From 504802e6a91bc0c1d820846fa49dc93dc2594c02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sun, 22 Nov 2015 20:05:46 +0100 Subject: [PATCH] Make failing tests more verbose --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index cb7a9ba..5c7f94a 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,10 @@ override_dh_autoreconf: override_dh_auto_configure: dh_auto_configure -- --target=linux +override_dh_auto_test: + #dh_auto_test -a || (grep . test-suite.log giada_test.log; false) + make check || (grep . test-suite.log giada_test.log; false) + get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=. tar -xf $(PKG)_$(UPSTREAM_VERSION).orig.tar.gz -- 2.30.2