tests/run-tests.py
changeset 14454 243acc7111b5
parent 14447 f63b7fb4b5f6
child 14493 5cc7905bccc9
--- a/tests/run-tests.py	Fri May 27 21:50:11 2011 +0200
+++ b/tests/run-tests.py	Sat May 28 11:44:27 2011 +0200
@@ -733,7 +733,7 @@
     else:
         return None # not a supported test, don't record
 
-    if options.blacklist and filename in options.blacklist:
+    if options.blacklist and test in options.blacklist:
         skip("blacklisted")
         return None