mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Another fix for bug 485531, working around the bustage from bug 504480. r=ted
This commit is contained in:
parent
fe2fd6dd40
commit
b0c5eda9d5
@ -436,6 +436,9 @@ def runApp(testURL, env, app, profileDir, extraArgs,
|
||||
debuggerInfo = None, symbolsPath = SYMBOLS_PATH):
|
||||
"Run the app, log the duration it took to execute, return the status code."
|
||||
|
||||
# copy env so we don't munge the caller's environment
|
||||
env = dict(env);
|
||||
|
||||
if IS_TEST_BUILD and runSSLTunnel:
|
||||
# create certificate database for the profile
|
||||
certificateStatus = fillCertificateDB(profileDir, certPath, utilityPath, xrePath)
|
||||
|
Loading…
Reference in New Issue
Block a user