Mercurial > hg
changeset 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 | 18710802cd49 |
children | a26d33749bd8 |
files | tests/run-tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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