| Index: sky/tools/webkitpy/layout_tests/run_webkit_tests.py
|
| diff --git a/sky/tools/webkitpy/layout_tests/run_webkit_tests.py b/sky/tools/webkitpy/layout_tests/run_webkit_tests.py
|
| index 7222580dcd506e13011ec6d3e8d87f58413b3e1e..6266b8ac266bafe4fb6055bc1f1aa330ca34bbb3 100644
|
| --- a/sky/tools/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/sky/tools/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -267,6 +267,8 @@ def parse_args(args):
|
| help="Enable the leak detection of DOM objects."),
|
| optparse.make_option("--enable-sanitizer", action="store_true",
|
| help="Only alert on sanitizer-related errors and crashes"),
|
| + optparse.make_option("--path-to-server", action="store",
|
| + help="Path to a locally build sky_server executable."),
|
| ]))
|
|
|
| option_group_definitions.append(("Miscellaneous Options", [
|
|
|