mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1207461 - Fix symbols path for robocop crash reporting; r=jmaher
This commit is contained in:
parent
715674afcb
commit
386d7458ae
@ -438,7 +438,8 @@ class RobocopTestRunner(Mochitest):
|
||||
try:
|
||||
self.dm.recordLogcat()
|
||||
result = self.auto.runApp(
|
||||
None, browserEnv, "am", self.localProfile, browserArgs, timeout=self.NO_OUTPUT_TIMEOUT)
|
||||
None, browserEnv, "am", self.localProfile, browserArgs,
|
||||
timeout=self.NO_OUTPUT_TIMEOUT, symbolsPath=self.options.symbolsPath)
|
||||
self.log.debug("runApp completes with status %d" % result)
|
||||
if result != 0:
|
||||
self.log.error("runApp() exited with code %s" % result)
|
||||
|
Loading…
Reference in New Issue
Block a user