From 4a1e85a8d1ecbbae6a41b9f793e6e1e55b2f140f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Thu, 26 Mar 2020 21:51:43 +0100 Subject: Use = in flags from flags_compatibility.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need this because there is a current bug in Abseil flags. Bug: chromium:1051927 Change-Id: I0446fadad709abf4aecda1ff5c0d4f7f6218879e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/171880 Commit-Queue: Patrik Höglund Commit-Queue: Mirko Bonadei Reviewed-by: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#30910} --- tools_webrtc/flags_compatibility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools_webrtc') diff --git a/tools_webrtc/flags_compatibility.py b/tools_webrtc/flags_compatibility.py index 82655375dc..d3570a5254 100644 --- a/tools_webrtc/flags_compatibility.py +++ b/tools_webrtc/flags_compatibility.py @@ -21,7 +21,7 @@ def main(): test_command = _ForcePythonInterpreter(unrecognized_args) if args.isolated_script_test_perf_output: - test_command += ['--isolated_script_test_perf_output', + test_command += ['--isolated_script_test_perf_output=' + args.isolated_script_test_perf_output] logging.info('Running %r', test_command) -- cgit v1.2.3