Another fix for bug 485531, working around the bustage from bug 504480. r=ted

This commit is contained in:
Boris Zbarsky 2009-09-25 12:47:51 -04:00
parent 468f88cf14
commit 71c43ed5e8

View File

@ -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)