branch | stable |
changeset 10904 | 26d1d23e5a2b |
parent 10902 | 4eb6311d217a |
child 10907 | a6c4dd5175b5 |
child 10923 | 1782278bab8a |
--- a/tests/run-tests.py Wed Apr 14 09:08:47 2010 +0200 +++ b/tests/run-tests.py Wed Apr 14 00:24:47 2010 -0500 @@ -657,6 +657,7 @@ optcopy = dict(options.__dict__) optcopy['jobs'] = 1 + del optcopy['blacklist'] if optcopy['with_hg'] is None: optcopy['with_hg'] = os.path.join(BINDIR, "hg") optcopy.pop('anycoverage', None)