Replace dump_json_test_results flag by isolated-script-test-output.
This is because it's the default flag used in the recipes to dump a json output. This CL also fixes some python3 lint issues in mb.py. Bug: webrtc:13594 Change-Id: I9275b5da0963f801d3191703c2eb72d90befb5d7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/248142 Reviewed-by: Christoffer Jansson <jansson@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#35986}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
ea8dfd5011
commit
63472e5aea
@ -440,7 +440,6 @@ class UnitTest(unittest.TestCase):
|
||||
'../../testing/test_env.py',
|
||||
'../../tools_webrtc/gtest-parallel-wrapper.py',
|
||||
'--output_dir=${ISOLATED_OUTDIR}/test_logs',
|
||||
'--dump_json_test_results=${ISOLATED_OUTDIR}/gtest_output.json',
|
||||
'--gtest_color=no',
|
||||
'--timeout=500',
|
||||
'--workers=1',
|
||||
@ -570,7 +569,6 @@ class UnitTest(unittest.TestCase):
|
||||
'../../testing/test_env.py',
|
||||
'../../tools_webrtc/gtest-parallel-wrapper.py',
|
||||
'--output_dir=${ISOLATED_OUTDIR}/test_logs',
|
||||
'--dump_json_test_results=${ISOLATED_OUTDIR}/gtest_output.json',
|
||||
'--gtest_color=no',
|
||||
'--timeout=900',
|
||||
'--workers=1',
|
||||
@ -623,7 +621,6 @@ class UnitTest(unittest.TestCase):
|
||||
'../../testing/xvfb.py',
|
||||
'../../tools_webrtc/gtest-parallel-wrapper.py',
|
||||
'--output_dir=${ISOLATED_OUTDIR}/test_logs',
|
||||
'--dump_json_test_results=${ISOLATED_OUTDIR}/gtest_output.json',
|
||||
'--gtest_color=no',
|
||||
'--timeout=900',
|
||||
'--retry_failed=3',
|
||||
@ -676,7 +673,6 @@ class UnitTest(unittest.TestCase):
|
||||
'../../testing/test_env.py',
|
||||
'../../tools_webrtc/gtest-parallel-wrapper.py',
|
||||
'--output_dir=${ISOLATED_OUTDIR}\\test_logs',
|
||||
'--dump_json_test_results=${ISOLATED_OUTDIR}\\gtest_output.json',
|
||||
'--gtest_color=no',
|
||||
'--timeout=900',
|
||||
'--retry_failed=3',
|
||||
@ -725,7 +721,6 @@ class UnitTest(unittest.TestCase):
|
||||
'../../testing/test_env.py',
|
||||
'../../tools_webrtc/gtest-parallel-wrapper.py',
|
||||
'--output_dir=${ISOLATED_OUTDIR}/test_logs',
|
||||
'--dump_json_test_results=${ISOLATED_OUTDIR}/gtest_output.json',
|
||||
'--gtest_color=no',
|
||||
'--timeout=900',
|
||||
'--retry_failed=3',
|
||||
@ -780,7 +775,6 @@ class UnitTest(unittest.TestCase):
|
||||
'../../testing/test_env.py',
|
||||
'../../tools_webrtc/gtest-parallel-wrapper.py',
|
||||
'--output_dir=${ISOLATED_OUTDIR}/test_logs',
|
||||
'--dump_json_test_results=${ISOLATED_OUTDIR}/gtest_output.json',
|
||||
'--gtest_color=no',
|
||||
'--timeout=900',
|
||||
'--retry_failed=3',
|
||||
|
||||
Reference in New Issue
Block a user