diff tests/run-tests.py @ 8102:0eeb4f0a5d21

run-tests: fix -jN broken by 60a9e3cf0cf4
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 22 Apr 2009 01:53:15 +0200 (2009-04-21)
parents eea3c1a8fba8
children c11636f0609e
line wrap: on
line diff
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -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