tests/run-tests.py
changeset 25055 d79258e30499
parent 25053 4f2c74ef8128
child 25056 e5f6c6ec21b8
--- a/tests/run-tests.py	Mon Apr 13 16:37:53 2015 -0400
+++ b/tests/run-tests.py	Mon Apr 13 17:17:17 2015 -0400
@@ -1400,7 +1400,7 @@
                 continue
 
             if not (self._whitelist and test.name in self._whitelist):
-                if self._blacklist and test.name in self._blacklist:
+                if self._blacklist and test.bname in self._blacklist:
                     result.addSkip(test, 'blacklisted')
                     continue