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 <ehmaldonado@webrtc.org>
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20148}
This commit is contained in:
Edward Lemur 2017-10-04 19:20:23 +02:00 committed by Commit Bot
parent 120bbe1659
commit 88b23f6662

View File

@ -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()