From: IOhannes m zmölnig Date: Sun, 22 Nov 2015 19:05:46 +0000 (+0100) Subject: Make failing tests more verbose X-Git-Tag: archive/raspbian/0.15.4+ds1-1+rpi1^2~178 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=504802e6a91bc0c1d820846fa49dc93dc2594c02;p=giada.git Make failing tests more verbose --- 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