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

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Thu Mar 1 23:44:33 UTC 2012


    Date: Thursday, March 1, 2012 @ 23:44:31
  Author: vicho
Revision: 8253

Don't output the comment in override_dh_auto_test

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

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2012-03-01 22:26:14 UTC (rev 8252)
+++ packages/mercurial/trunk/debian/rules	2012-03-01 23:44:31 UTC (rev 8253)
@@ -18,14 +18,14 @@
 endif
 
 override_dh_auto_test:
-	# Some tests try to execute two hg commands at the same time
-	# to test for corruption.  They do so by running an hg command
-	# in the background, sleeping one second and running the
-	# second command.  In slow architectures, one second is not
-	# enough and the second test starts before the first one has
-	# started printing.  This is hacky and we just enhance the
-	# hack by incrementing the sleep time in those slow
-	# architectures.
+# Some tests try to execute two hg commands at the same time
+# to test for corruption.  They do so by running an hg command
+# in the background, sleeping one second and running the
+# second command.  In slow architectures, one second is not
+# enough and the second test starts before the first one has
+# started printing.  This is hacky and we just enhance the
+# hack by incrementing the sleep time in those slow
+# architectures.
 ifeq ($(DEB_HOST_ARCH),mips)
 		sed -i -e 's/sleep 1/sleep 2/' $(CURDIR)/tests/test-pull-pull-corruption.t $(CURDIR)/tests/test-pull-pull-corruption2.t
 endif




More information about the Python-apps-commits mailing list