| 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):
|
|
|