From 88b23f66623c1d2503fd30575e6941fb39a3c838 Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Wed, 4 Oct 2017 19:20:23 +0200 Subject: [PATCH] Fix flag name in low_bandwidth_audio_test.py TBR=kjellander@webrtc.org, oprypin@webrtc.org No-Try: true Bug: chromium:755660 Change-Id: I6bf5dda5374cae16da54aa10e77b136c638e1975 Reviewed-on: https://webrtc-review.googlesource.com/6442 Reviewed-by: Edward Lemur Commit-Queue: Edward Lemur Cr-Commit-Position: refs/heads/master@{#20148} --- audio/test/low_bandwidth_audio_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/test/low_bandwidth_audio_test.py b/audio/test/low_bandwidth_audio_test.py index b92000e9b3..05dcf47f99 100755 --- a/audio/test/low_bandwidth_audio_test.py +++ b/audio/test/low_bandwidth_audio_test.py @@ -58,7 +58,7 @@ def _ParseArgs(): # Ignore Chromium-specific flags parser.add_argument('--isolated-script-test-output', type=str, default=None) - parser.add_argument('--isolated-script-test-chartjson-output', + parser.add_argument('--isolated-script-test-perf-output', type=str, default=None) args = parser.parse_args()