| 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 949a11c4fc546cf829610fd43b3df26f16b443e0..7222580dcd506e13011ec6d3e8d87f58413b3e1e 100644
|
| --- a/sky/tools/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/sky/tools/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -281,9 +281,6 @@ def parse_args(args):
|
| optparse.make_option("--builder-name", default="",
|
| help=("The name of the builder shown on the waterfall running "
|
| "this script e.g. WebKit.")),
|
| - optparse.make_option("--build-name", default="DUMMY_BUILD_NAME",
|
| - help=("The name of the builder used in its path, e.g. "
|
| - "webkit-rel.")),
|
| optparse.make_option("--build-number", default="DUMMY_BUILD_NUMBER",
|
| help=("The build number of the builder running this script.")),
|
| optparse.make_option("--test-results-server", default="",
|
|
|