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

vicho-guest at users.alioth.debian.org vicho-guest at users.alioth.debian.org
Sun Feb 26 18:07:19 UTC 2012


    Date: Sunday, February 26, 2012 @ 18:07:16
  Author: vicho-guest
Revision: 8232

Use immediate assignement for PARALLEL_TEST_JOBS

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

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2012-02-26 18:07:13 UTC (rev 8231)
+++ packages/mercurial/trunk/debian/rules	2012-02-26 18:07:16 UTC (rev 8232)
@@ -11,7 +11,7 @@
 	# Do not start a line with a word with a dot in a manpage
 	sed -i -e 's,^[.]\(hgignore\|hg/hgrc\),\\fP\1,' doc/hg.1
 
-PARALLEL_TEST_JOBS=$(shell printenv DEB_BUILD_OPTIONS | awk -F= 'BEGIN {RS=" "} /parallel/ {print "--jobs " $$2}')
+PARALLEL_TEST_JOBS := $(shell printenv DEB_BUILD_OPTIONS | awk -F= 'BEGIN {RS=" "} /parallel/ {print "--jobs " $$2}')
 
 override_dh_auto_test:
 	dh_auto_test -- TESTFLAGS="--timeout 360 $(PARALLEL_TEST_JOBS) --blacklist $(CURDIR)/debian/mercurial.test_blacklist"




More information about the Python-apps-commits mailing list