[Python-apps-commits] r8264 - in packages/mercurial/trunk/debian (rules)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sat Mar 3 22:57:46 UTC 2012


    Date: Saturday, March 3, 2012 @ 22:57:45
  Author: vicho
Revision: 8264

Be verbose when running the tests

Modified:
  packages/mercurial/trunk/debian/rules	(contents, properties)

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2012-03-03 22:57:37 UTC (rev 8263)
+++ packages/mercurial/trunk/debian/rules	2012-03-03 22:57:45 UTC (rev 8264)
@@ -32,7 +32,7 @@
 		sed -i.deb-backup -e 's/sleep 1/sleep 2/' $(CURDIR)/tests/test-pull-pull-corruption.t $(CURDIR)/tests/test-pull-pull-corruption2.t
 endif
 
-	dh_auto_test -- TESTFLAGS="--timeout 480 $(PARALLEL_TEST_JOBS) --blacklist $(CURDIR)/debian/mercurial.test_blacklist"
+	dh_auto_test -- TESTFLAGS="--verbose --timeout 480 $(PARALLEL_TEST_JOBS) --blacklist $(CURDIR)/debian/mercurial.test_blacklist"
 
 	rename.ul .deb-backup '' $(CURDIR)/tests/*
 




More information about the Python-apps-commits mailing list