mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 943141 - Set up breakpad symbol path for ./mach mochitest-remote. r=ahal
This commit is contained in:
parent
502729fde7
commit
319ca68f6d
@ -150,6 +150,8 @@ class MochitestRunner(MozbuildObject):
|
||||
options.totalChunks = total_chunks
|
||||
options.thisChunk = this_chunk
|
||||
|
||||
options.symbolsPath = os.path.join(self.distdir, 'crashreporter-symbols')
|
||||
|
||||
options.consoleLevel = 'INFO'
|
||||
if conditions.is_b2g_desktop(self):
|
||||
if self.substs.get('ENABLE_MARIONETTE') != '1':
|
||||
|
Loading…
Reference in New Issue
Block a user