# HG changeset patch # User Benoit Boissinot # Date 1240357995 -7200 # Node ID 0eeb4f0a5d213160f92e75f1e946b91beb059365 # Parent 18710802cd4943834441c37420286a98b9a9bba5 run-tests: fix -jN broken by 60a9e3cf0cf4 diff -r 18710802cd49 -r 0eeb4f0a5d21 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