tests/run-tests.py
branchstable
changeset 960 d1f0b4802c19
parent 956 e39ab51937a2
child 962 b5a4f9f5ec49
--- a/tests/run-tests.py	Fri May 27 21:50:10 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