зеркало из https://github.com/mozilla/gecko-dev.git
Test followup fix for Bug 889183 - mozapps/update xpcshell tests cannot be run concurrently. r=me
This commit is contained in:
Родитель
dc9e6f34e1
Коммит
bab24a9a57
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче