| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| index 7dda2713a136d962d26d30dbdd9d047e1dc6927d..21813ff5ffa15365791d25850833bbf51e5bf24b 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -48,6 +48,7 @@ _log = logging.getLogger(__name__)
|
|
|
| def main(argv, stdout, stderr):
|
| options, args = parse_args(argv)
|
| + args = ['harness-tests/crash.html']
|
|
|
| if options.platform and 'test' in options.platform and not 'browser_test' in options.platform:
|
| # It's a bit lame to import mocks into real code, but this allows the user
|
|
|