Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py

Issue 2454943003: Remove deprecated option --no-new-test-results from run-webkit-tests. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
index ffd6dd796fa944703dc79a9328108b3b474cccee..31728c1b21bce815dd8aad97d59bc7db58601bc9 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
@@ -174,10 +174,6 @@ def parse_args(args):
help=("Save generated results as new baselines into the *most-specific-platform* "
"directory, overwriting whatever's already there. Equivalent to "
"--reset-results --add-platform-exceptions")),
- # TODO(ojan): Remove once bots stop using it.
- optparse.make_option(
- "--no-new-test-results",
- help="This doesn't do anything. TODO(ojan): Remove once bots stop using it."),
optparse.make_option(
"--new-test-results",
action="store_true",

Powered by Google App Engine
This is Rietveld 408576698