commit | c4eee32b83fae7bbce394aaed239d6bcb53dd995 | [log] [tgz] |
---|---|---|
author | ehmaldonado <ehmaldonado@webrtc.org> | Thu Sep 07 00:34:17 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Sep 07 07:34:17 2017 +0000 |
tree | 86692411850e7000caee268764076e660b7c6d6f | |
parent | 591753bf1a4db26f5b36ac9ddc1465f05c8e3f2c [diff] [blame] |
Rename isolated-script-test-chartjson-output to isolated-script-test-perf-output. This is needed after the flag was renamed in https://chromium.googlesource.com/chromium/tools/build/+/3e6978a8c02dabd44a76e239554131a1014065a7 BUG=webrtc:8215 NOTRY=True Review-Url: https://codereview.webrtc.org/3005213002 Cr-Commit-Position: refs/heads/master@{#19721}
diff --git a/tools_webrtc/valgrind/webrtc_tests.py b/tools_webrtc/valgrind/webrtc_tests.py index dcd88e8..7feb830 100755 --- a/tools_webrtc/valgrind/webrtc_tests.py +++ b/tools_webrtc/valgrind/webrtc_tests.py
@@ -130,7 +130,7 @@ # TODO(oprypin): Remove (bugs.webrtc.org/8115) ignore_parser.add_argument('--isolated-script-test-output', type=str, default=None) - ignore_parser.add_argument('--isolated-script-test-chartjson-output', + ignore_parser.add_argument('--isolated-script-test-perf-output', type=str, default=None) _, args = ignore_parser.parse_known_args(args)