Show More
@@ -657,6 +657,7 b' def runchildren(options, tests):' | |||||
657 |
|
657 | |||
658 | optcopy = dict(options.__dict__) |
|
658 | optcopy = dict(options.__dict__) | |
659 | optcopy['jobs'] = 1 |
|
659 | optcopy['jobs'] = 1 | |
|
660 | del optcopy['blacklist'] | |||
660 | if optcopy['with_hg'] is None: |
|
661 | if optcopy['with_hg'] is None: | |
661 | optcopy['with_hg'] = os.path.join(BINDIR, "hg") |
|
662 | optcopy['with_hg'] = os.path.join(BINDIR, "hg") | |
662 | optcopy.pop('anycoverage', None) |
|
663 | optcopy.pop('anycoverage', None) |
General Comments 0
You need to be logged in to leave comments.
Login now