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

Unified Diff: tools_webrtc/gtest-parallel-wrapper.py

Issue 3005213002: Rename isolated-script-test-chartjson-output to isolated-script-test-perf-output. (Closed)
Patch Set: Created 3 years, 3 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
« no previous file with comments | « no previous file | tools_webrtc/valgrind/webrtc_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools_webrtc/gtest-parallel-wrapper.py
diff --git a/tools_webrtc/gtest-parallel-wrapper.py b/tools_webrtc/gtest-parallel-wrapper.py
index de845b0ca739b42ed3143cc2b6eeb5dd9804909e..b39bda6da55de6d59918ad4427ef5712f8fd6f6b 100755
--- a/tools_webrtc/gtest-parallel-wrapper.py
+++ b/tools_webrtc/gtest-parallel-wrapper.py
@@ -31,7 +31,7 @@ For example:
--another_flag \
-- \
--isolated-script-test-output=some_dir \
- --isolated-script-test-chartjson-output=some_other_dir \
+ --isolated-script-test-perf-output=some_other_dir \
--foo=bar \
--baz
@@ -78,7 +78,7 @@ def get_args_and_env():
# We don't need to implement this flag, and possibly can't, since it's
# intended for results of Telemetry tests. See
# https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/HEAD/dashboard/docs/data-format.md
- parser.add_argument('--isolated-script-test-chartjson-output', type=str,
+ parser.add_argument('--isolated-script-test-perf-output', type=str,
default=None)
# No-sandbox is a Chromium-specific flag, ignore it.
« no previous file with comments | « no previous file | tools_webrtc/valgrind/webrtc_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698