| 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 c92e13172c90a0b1ba6fef10d54e7f76f549b046..0aeee6f451f295ec09c9aa4369c07d511d692344 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -253,6 +253,8 @@ def parse_args(args):
|
| help="Print detailed logging of the driver/content_shell"),
|
| optparse.make_option("--disable-breakpad", action="store_true",
|
| help="Don't use breakpad to symbolize unexpected crashes."),
|
| + optparse.make_option("--no-use-apache", action="store_false", dest="use_apache", default='true',
|
| + help="Use LigHTTPd instead of Apache."),
|
| ]))
|
|
|
| option_group_definitions.append(("Miscellaneous Options", [
|
|
|