зеркало из https://github.com/mozilla/gecko-dev.git
Another fix for bug 485531, working around the bustage from bug 504480. r=ted
This commit is contained in:
Родитель
fe2fd6dd40
Коммит
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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче