Mercurial > public > mercurial-scm > hg
diff tests/run-tests.py @ 8107: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 |
parents | eea3c1a8fba8 |
children | c11636f0609e |
line wrap: on
line diff
--- 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