merge with stable
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 14 Apr 2010 11:27:15 +0200
changeset 10907 a6c4dd5175b5
parent 10906 6ced27d3168a (current diff)
parent 10904 26d1d23e5a2b (diff)
child 10911 4327409c1303
merge with stable
tests/run-tests.py
--- 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)