Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: tools-webrtc/mb/mb_unittest.py

Issue 2686563002: Pass isolate output dir to gtest-parallel-wrapper.py (Closed)
Patch Set: Fix windows. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« tools-webrtc/mb/mb.py ('K') | « tools-webrtc/mb/mb.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/mb_unittest.py
diff --git a/tools-webrtc/mb/mb_unittest.py b/tools-webrtc/mb/mb_unittest.py
index 3f9a6c9adb89339fea84bc54279f00291497d46c..2529d202d7de24565300fe2140d2ec224400bee4 100755
--- a/tools-webrtc/mb/mb_unittest.py
+++ b/tools-webrtc/mb/mb_unittest.py
@@ -504,6 +504,8 @@ class UnitTest(unittest.TestCase):
self.assertEqual(command, [
'../../testing/xvfb.py',
'../../third_party/gtest-parallel/gtest-parallel-wrapper.py',
+ '--output_dir=${ISOLATED_OUTDIR}/test_logs',
+ '--timeout=900',
'./base_unittests',
'--',
'--asan=0',
@@ -548,6 +550,8 @@ 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',
+ '--timeout=900',
r'.\unittests.exe',
'--',
'--asan=0',
@@ -588,6 +592,8 @@ 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',
+ '--timeout=900',
'./base_unittests',
'--',
'--asan=0',
« tools-webrtc/mb/mb.py ('K') | « tools-webrtc/mb/mb.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698