author | Christian Ebert <blacktrash@gmx.net> |
Sat, 28 May 2011 15:16:55 +0100 | |
changeset 961 | ad2d66fd14ee |
parent 959 | fee93dd51b18 (current diff) |
parent 960 | d1f0b4802c19 (diff) |
child 963 | b95f15ba1b1b |
--- 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