##// END OF EJS Templates
Fix --blacklist when --jobs > 1 in run_tests.py....
Ry4an Brase -
r10904:26d1d23e stable
parent child Browse files
Show More
@@ -657,6 +657,7 b' def runchildren(options, tests):'
657 657
658 658 optcopy = dict(options.__dict__)
659 659 optcopy['jobs'] = 1
660 del optcopy['blacklist']
660 661 if optcopy['with_hg'] is None:
661 662 optcopy['with_hg'] = os.path.join(BINDIR, "hg")
662 663 optcopy.pop('anycoverage', None)
General Comments 0
You need to be logged in to leave comments. Login now