aboutsummaryrefslogtreecommitdiff
path: root/tools_webrtc
diff options
context:
space:
mode:
authorPatrik Höglund <phoglund@webrtc.org>2020-03-26 21:51:43 +0100
committerCommit Bot <commit-bot@chromium.org>2020-03-26 21:29:52 +0000
commit4a1e85a8d1ecbbae6a41b9f793e6e1e55b2f140f (patch)
treeeac837f2c0acc791b9b8102e9b50e8fef0f69792 /tools_webrtc
parent6404cddefba4066a2b3ee5d2fda7a8f651f05651 (diff)
downloadwebrtc-4a1e85a8d1ecbbae6a41b9f793e6e1e55b2f140f.tar.gz
Use = in flags from flags_compatibility.py.
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 <phoglund@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30910}
Diffstat (limited to 'tools_webrtc')
-rw-r--r--tools_webrtc/flags_compatibility.py2
1 files changed, 1 insertions, 1 deletions
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)