##// END OF EJS Templates
run-tests: fix -jN broken by 60a9e3cf0cf4
Benoit Boissinot -
r8107:0eeb4f0a default
parent child Browse files
Show More
@@ -494,7 +494,7 b' def runone(options, test, skips, fails):'
494 494
495 495 def runchildren(options, expecthg, tests):
496 496 if not options.with_hg:
497 installhg()
497 installhg(options)
498 498 if hgpkg != expecthg:
499 499 print '# Testing unexpected mercurial: %s' % hgpkg
500 500
General Comments 0
You need to be logged in to leave comments. Login now