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

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

Issue 2511333002: Cleanup after enabling WPTServe. (Closed)
Patch Set: Update a comment, remove the right testharnessreport.js Created 3 years, 11 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 a041526ce7ab4b5c50f88003f2458224454519de..fde3371297696bf3b13c4d8e59aee70a43eb60a6 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
@@ -264,13 +264,6 @@ def parse_args(args):
optparse.make_option(
"--child-processes",
help="Number of drivers to run in parallel."),
- # TODO(tkent): Remove --enable-wptserve.
- optparse.make_option(
- "--enable-wptserve",
- dest="enable_wptserve",
- action="store_true",
- default=True,
- help="Enable running web-platform-tests using WPTserve instead of Apache."),
optparse.make_option(
"--disable-breakpad",
action="store_true",

Powered by Google App Engine
This is Rietveld 408576698