tests/run-tests.py
changeset 8107 0eeb4f0a5d21
parent 8097 eea3c1a8fba8
child 8116 c11636f0609e
equal deleted inserted replaced
8102:18710802cd49 8107:0eeb4f0a5d21
   492         return None
   492         return None
   493     return ret == 0
   493     return ret == 0
   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 
   501     optcopy = dict(options.__dict__)
   501     optcopy = dict(options.__dict__)
   502     optcopy['jobs'] = 1
   502     optcopy['jobs'] = 1