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

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Tue Jun 17 22:14:32 UTC 2014


    Date: Tuesday, June 17, 2014 @ 22:14:31
  Author: vicho
Revision: 10974

Revert r10973 (fix running the testsuite when building the package)

It was committed by mistake

Modified:
  packages/mercurial/trunk/debian/rules

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2014-06-17 22:10:56 UTC (rev 10973)
+++ packages/mercurial/trunk/debian/rules	2014-06-17 22:14:31 UTC (rev 10974)
@@ -52,7 +52,7 @@
 		sed -i.deb-backup -e 's/sleep 1/sleep 2/' $(CURDIR)/tests/test-pull-pull-corruption.t
 endif
 
-	http_proxy='' $(MAKE) tests -- TESTFLAGS="--verbose --timeout 1440 $(PARALLEL_TEST_JOBS) --blacklist $(CURDIR)/debian/mercurial.test_blacklist"
+	http_proxy='' dh_auto_test -- TESTFLAGS="--verbose --timeout 1440 $(PARALLEL_TEST_JOBS) --blacklist $(CURDIR)/debian/mercurial.test_blacklist"
 
 	rename.ul .deb-backup '' $(CURDIR)/tests/*
 endif




More information about the Python-apps-commits mailing list