# HG changeset patch # User Benoit Boissinot # Date 2009-04-21 23:53:15 # Node ID 0eeb4f0a5d213160f92e75f1e946b91beb059365 # Parent 18710802cd4943834441c37420286a98b9a9bba5 run-tests: fix -jN broken by 60a9e3cf0cf4 diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -494,7 +494,7 @@ def runone(options, test, skips, fails): def runchildren(options, expecthg, tests): if not options.with_hg: - installhg() + installhg(options) if hgpkg != expecthg: print '# Testing unexpected mercurial: %s' % hgpkg