Ignore extra arguments in low_bandwidth_audio_test.

R=phoglund@webrtc.org
TBR=solenberg@webrtc.org

Bug: chromium:755660
Change-Id: I39488f6905875bdc08b006619b972d3f1af2fce1
Reviewed-on: https://webrtc-review.googlesource.com/39924
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21641}
This commit is contained in:
Edward Lemur 2018-01-16 14:30:28 +01:00 committed by Commit Bot
parent 649a385c94
commit d8b041cc54

View File

@ -63,6 +63,8 @@ def _ParseArgs():
type=str, default=None)
parser.add_argument('--isolated-script-test-perf-output',
type=str, default=None)
parser.add_argument('--test-launcher-summary-output',
type=str, default=None)
args = parser.parse_args()
return args