Make failing tests more verbose
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Sun, 22 Nov 2015 19:05:46 +0000 (20:05 +0100)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Sun, 22 Nov 2015 22:49:29 +0000 (23:49 +0100)
debian/rules

index cb7a9ba71a20c72bea2617b633a9607279000141..5c7f94ab99346072867e7e1927340f29b1bc03bc 100755 (executable)
@@ -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