diff tests/run-tests.py @ 10907:a6c4dd5175b5

merge with stable
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 14 Apr 2010 11:27:15 +0200
parents 13a1b2fb7ef2 26d1d23e5a2b
children b2860654e588
line wrap: on
line diff
--- 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)