Index: Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py |
index 94c65742ec1a08e0caa06d2c55ed82225374015f..388b32a0f48228bae3231113b599ccd7955dc451 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py |
@@ -49,7 +49,7 @@ |
def main(argv, stdout, stderr): |
options, args = parse_args(argv) |
- if options.platform and 'test' in options.platform and not 'browser_test' in options.platform: |
+ if options.platform and 'test' in options.platform: |
# It's a bit lame to import mocks into real code, but this allows the user |
# to run tests against the test platform interactively, which is useful for |
# debugging test failures. |