mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1179687 - Enable qemu.log in marionette tests. r=chmanchester
This commit is contained in:
parent
73277b14f6
commit
c4a2fcd0b2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user