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

Unified Diff: tools_webrtc/mb/mb_unittest.py

Issue 3008343002: WebRTC: Save logcat output to isolated outputs. (Closed)
Patch Set: Created 3 years, 3 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
« no previous file with comments | « 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 56ce88c16e1b7e6c518ab10a9d7c04cfa850aee4..e6518edb4de5e51506df5aff1e32ad73300b60e0 100755
--- a/tools_webrtc/mb/mb_unittest.py
+++ b/tools_webrtc/mb/mb_unittest.py
@@ -381,7 +381,9 @@ class UnitTest(unittest.TestCase):
'../../build/android/test_wrapper/logdog_wrapper.py',
'--target', 'base_unittests',
'--logdog-bin-cmd', '../../bin/logdog_butler',
- '--target-devices-file', '${SWARMING_BOT_FILE}'
+ '--logcat-output-file', '${ISOLATED_OUTDIR}/logcats',
+ '--store-tombstones',
+ '--target-devices-file', '${SWARMING_BOT_FILE}',
])
def test_gn_gen_swarming_android_junit_test(self):
@@ -413,6 +415,8 @@ class UnitTest(unittest.TestCase):
'../../build/android/test_wrapper/logdog_wrapper.py',
'--target', 'base_unittests',
'--logdog-bin-cmd', '../../bin/logdog_butler',
+ '--logcat-output-file', '${ISOLATED_OUTDIR}/logcats',
+ '--store-tombstones',
])
def test_gn_gen_non_parallel_console_test_launcher(self):
« no previous file with comments | « tools_webrtc/mb/mb.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698