Pass isolate output dir to gtest-parallel-wrapper.py

This makes it possible to archive all test execution logs on swarming jobs.

R=kjellander@webrtc.org
BUG=webrtc:7086
NOTRY=True

Review-Url: https://codereview.webrtc.org/2686563002
Cr-Commit-Position: refs/heads/master@{#16574}
This commit is contained in:
ehmaldonado
2017-02-13 03:58:13 -08:00
committed by Commit bot
parent 1771a3ca0f
commit 5583384048
2 changed files with 9 additions and 3 deletions

View File

@ -504,6 +504,7 @@ class UnitTest(unittest.TestCase):
self.assertEqual(command, [
'../../testing/xvfb.py',
'../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
'--output_dir=${ISOLATED_OUTDIR}/test_logs',
'./base_unittests',
'--',
'--asan=0',
@ -548,6 +549,7 @@ class UnitTest(unittest.TestCase):
self.assertEqual(command, [
'../../testing/test_env.py',
'../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
'--output_dir=${ISOLATED_OUTDIR}\\test_logs',
r'.\unittests.exe',
'--',
'--asan=0',
@ -588,6 +590,7 @@ class UnitTest(unittest.TestCase):
self.assertEqual(command, [
'../../testing/test_env.py',
'../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
'--output_dir=${ISOLATED_OUTDIR}/test_logs',
'./base_unittests',
'--',
'--asan=0',