tests/run-tests.py
changeset 10907 a6c4dd5175b5
parent 10905 13a1b2fb7ef2
parent 10904 26d1d23e5a2b
child 10924 b2860654e588
equal deleted inserted replaced
10906:6ced27d3168a 10907:a6c4dd5175b5
   661         installhg(options)
   661         installhg(options)
   662         _checkhglib("Testing")
   662         _checkhglib("Testing")
   663 
   663 
   664     optcopy = dict(options.__dict__)
   664     optcopy = dict(options.__dict__)
   665     optcopy['jobs'] = 1
   665     optcopy['jobs'] = 1
       
   666     del optcopy['blacklist']
   666     if optcopy['with_hg'] is None:
   667     if optcopy['with_hg'] is None:
   667         optcopy['with_hg'] = os.path.join(BINDIR, "hg")
   668         optcopy['with_hg'] = os.path.join(BINDIR, "hg")
   668     optcopy.pop('anycoverage', None)
   669     optcopy.pop('anycoverage', None)
   669 
   670 
   670     opts = []
   671     opts = []