Show More
@@ -494,7 +494,7 b' def runone(options, test, skips, fails):' | |||||
494 |
|
494 | |||
495 | def runchildren(options, expecthg, tests): |
|
495 | def runchildren(options, expecthg, tests): | |
496 | if not options.with_hg: |
|
496 | if not options.with_hg: | |
497 | installhg() |
|
497 | installhg(options) | |
498 | if hgpkg != expecthg: |
|
498 | if hgpkg != expecthg: | |
499 | print '# Testing unexpected mercurial: %s' % hgpkg |
|
499 | print '# Testing unexpected mercurial: %s' % hgpkg | |
500 |
|
500 |
General Comments 0
You need to be logged in to leave comments.
Login now