From 52f714008aa190f3263a344005fdcf70c4b325d9 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Fri, 7 Mar 2014 15:38:48 -0500 Subject: [PATCH] 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 --- layout/tools/reftest/runreftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/tools/reftest/runreftest.py b/layout/tools/reftest/runreftest.py index e4290032f42e..cc7df280ef4e 100644 --- a/layout/tools/reftest/runreftest.py +++ b/layout/tools/reftest/runreftest.py @@ -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: