tests/run-tests.py
changeset 10907 a6c4dd5175b5
parent 10905 13a1b2fb7ef2
parent 10904 26d1d23e5a2b
child 10924 b2860654e588
--- a/tests/run-tests.py	Tue Apr 13 23:12:23 2010 -0500
+++ b/tests/run-tests.py	Wed Apr 14 11:27:15 2010 +0200
@@ -663,6 +663,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)