зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1179687 - Enable qemu.log in marionette tests. r=chmanchester
This commit is contained in:
Родитель
3430a750a0
Коммит
69e60fc974
|
@ -495,6 +495,11 @@ class MarionetteTest(TestingMixin, MercurialScript, BlobUploadMixin, TransferMix
|
|||
level = ERROR
|
||||
tbpl_status = TBPL_FAILURE
|
||||
|
||||
qemu = os.path.join(dirs['abs_work_dir'], 'qemu.log')
|
||||
if os.path.isfile(qemu):
|
||||
self.copyfile(qemu, os.path.join(dirs['abs_blob_upload_dir'],
|
||||
'qemu.log'))
|
||||
|
||||
# dump logcat output if there were failures
|
||||
if self.config.get('emulator'):
|
||||
if marionette_parser.failed != "0" or 'T-FAIL' in marionette_parser.tsummary:
|
||||
|
|
Загрузка…
Ссылка в новой задаче