Backed out changeset 7a2a0130dcdd (bug 980186) for breaking b2g reftests on a CLOSED TREE

This commit is contained in:
Wes Kocher 2014-03-07 13:57:06 -08:00
parent 9148efc9fa
commit 853f6e211d

View File

@ -201,7 +201,7 @@ class RefTest(object):
return profile
def buildBrowserEnv(self, options, profileDir):
browserEnv = self.automation.environment(xrePath = options.xrePath, debugger=options.debugger)
browserEnv = self.automation.environment(xrePath = options.xrePath)
browserEnv["XPCOM_DEBUG_BREAK"] = "stack"
for v in options.environment: