| 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 099bee54601df94a3a228f064de8d8fa9588966f..0e93cdf1b71a910517f2600f3355f7b6aa99b1c6 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -261,6 +261,8 @@ def parse_args(args):
|
| help="Use LigHTTPd instead of Apache (default is port-specific)."),
|
| optparse.make_option("--enable-leak-detection", action="store_true",
|
| 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"),
|
| ]))
|
|
|
| option_group_definitions.append(("Miscellaneous Options", [
|
|
|