changeset 961 | ad2d66fd14ee |
parent 960 | d1f0b4802c19 |
child 962 | b5a4f9f5ec49 |
--- a/tests/run-tests.py Sat May 28 03:19:16 2011 +0100 +++ b/tests/run-tests.py Sat May 28 15:16:55 2011 +0100 @@ -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