Test followup fix for Bug 889183 - mozapps/update xpcshell tests cannot be run concurrently. r=me

This commit is contained in:
Robert Strong 2013-07-16 19:25:36 -07:00
Родитель dc9e6f34e1
Коммит bab24a9a57
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2193,7 +2193,7 @@ function adjustGeneralPaths() {
}
catch (e) {
dump("Unable to remove file\n" +
"path: " + updatesDir.path + "\n" +
"path: " + testBin.path + "\n" +
"Exception: " + e + "\n");
}
}
@ -2206,7 +2206,7 @@ function adjustGeneralPaths() {
}
catch (e) {
dump("Unable to remove directory\n" +
"path: " + updatesDir.path + "\n" +
"path: " + testDir.path + "\n" +
"Exception: " + e + "\n");
}
}