From d8b041cc543aebf6a36635be762c1302e4c50def Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Tue, 16 Jan 2018 14:30:28 +0100 Subject: [PATCH] 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 Reviewed-by: Fredrik Solenberg Commit-Queue: Edward Lemur Cr-Commit-Position: refs/heads/master@{#21641} --- audio/test/low_bandwidth_audio_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/test/low_bandwidth_audio_test.py b/audio/test/low_bandwidth_audio_test.py index 9e2597741b..aa2bbf3fdd 100755 --- a/audio/test/low_bandwidth_audio_test.py +++ b/audio/test/low_bandwidth_audio_test.py @@ -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