Bug 943141 - Set up breakpad symbol path for ./mach mochitest-remote. r=ahal

This commit is contained in:
Jed Davis 2013-11-26 17:25:25 -05:00
parent 502729fde7
commit 319ca68f6d

View File

@ -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':