зеркало из https://github.com/mozilla/gecko-dev.git
Bug 980186. Tell automation.environment about the debugger. r=jgriffin
This lets it set the crash reporting envs properly. --HG-- rename : python/mozbuild/mozbuild/test/frontend/data/test-manifest-install-subdir/subdir.ini => python/mozbuild/mozbuild/test/frontend/data/test-manifest-empty/empty.ini rename : python/mozbuild/mozbuild/test/frontend/data/test-manifest-install-subdir/moz.build => python/mozbuild/mozbuild/test/frontend/data/test-manifest-empty/moz.build extra : rebase_source : 1e4cbc0dedab57629e120c4d35bd8270c4f44892
This commit is contained in:
Родитель
72a9042752
Коммит
52f714008a
|
@ -201,7 +201,7 @@ class RefTest(object):
|
|||
return profile
|
||||
|
||||
def buildBrowserEnv(self, options, profileDir):
|
||||
browserEnv = self.automation.environment(xrePath = options.xrePath)
|
||||
browserEnv = self.automation.environment(xrePath = options.xrePath, debugger=options.debugger)
|
||||
browserEnv["XPCOM_DEBUG_BREAK"] = "stack"
|
||||
|
||||
for v in options.environment:
|
||||
|
|
Загрузка…
Ссылка в новой задаче