Chromium Code Reviews| 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 16ab6bb624147fe909243c6246e8d130925b049a..ddbe1ef8e63f0368a9f1990495655b0b38959def 100644 |
| --- a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py |
| +++ b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py |
| @@ -184,6 +184,8 @@ def parse_args(args): |
| action="store_false", help="Don't check to see if the build is up-to-date."), |
| optparse.make_option("--child-processes", |
| help="Number of drivers to run in parallel."), |
| + optparse.make_option("--enable-wptserve", dest="enable_wptserve", action="store_true", default=False, |
| + help="Enable running web-plaform-tests using WPTserve instead of Apache."), |
|
jsbell
2015/06/05 19:07:45
nit: indenting here is inconsistent
burnik
2015/06/08 12:37:01
Pre-submit checks gave me a really hard time with
|
| optparse.make_option("--disable-breakpad", action="store_true", |
| help="Don't use breakpad to symbolize unexpected crashes."), |
| optparse.make_option("--driver-logging", action="store_true", |