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 7dda2713a136d962d26d30dbdd9d047e1dc6927d..56e5fd135282297833002651ecdd3900fe48ee15 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 |
@@ -271,6 +271,12 @@ def parse_args(args): |
"--child-processes", |
help="Number of drivers to run in parallel."), |
optparse.make_option( |
+ "--debug-devtools", |
pfeldman
2016/08/24 00:36:04
drop it, we have too many flags already.
chenwilliam
2016/08/24 22:53:40
Done.
|
+ dest="debug_devtools", |
+ action="store_true", |
+ default=False, |
+ help="Run devtools tests in debug mode (not bundled and minified)"), |
+ optparse.make_option( |
"--enable-wptserve", |
dest="enable_wptserve", |
action="store_true", |