##// END OF EJS Templates
merge with stable
Benoit Boissinot -
r10907:a6c4dd51 merge default
parent child Browse files
Show More
@@ -663,6 +663,7 b' def runchildren(options, tests):'
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)
General Comments 0
You need to be logged in to leave comments. Login now