[SCM] giada/master: Make failing tests more verbose

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Nov 22 23:19:30 UTC 2015


The following commit has been merged in the master branch:
commit 504802e6a91bc0c1d820846fa49dc93dc2594c02
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sun Nov 22 20:05:46 2015 +0100

    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

-- 
giada packaging



More information about the pkg-multimedia-commits mailing list