run-tests: fix -jN broken by 60a9e3cf0cf4
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 22 Apr 2009 01:53:15 +0200
changeset 8107 0eeb4f0a5d21
parent 8102 18710802cd49
child 8108 a26d33749bd8
run-tests: fix -jN broken by 60a9e3cf0cf4
tests/run-tests.py
--- a/tests/run-tests.py	Tue Apr 21 16:02:59 2009 +0200
+++ b/tests/run-tests.py	Wed Apr 22 01:53:15 2009 +0200
@@ -494,7 +494,7 @@
 
 def runchildren(options, expecthg, tests):
     if not options.with_hg:
-        installhg()
+        installhg(options)
         if hgpkg != expecthg:
             print '# Testing unexpected mercurial: %s' % hgpkg