mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 10:50:35 +00:00
bug 783391 - NS_ERROR_FILE_IS_DIRECTORY on mochitest-chrome runs; r=adw
This commit is contained in:
parent
e4f2046433
commit
f4a57d26a2
@ -87,12 +87,12 @@ if (params.closeWhenDone) {
|
||||
}
|
||||
|
||||
if (params.failureFile) {
|
||||
TestRunner.setFailureFile(params.failureFile[0]);
|
||||
TestRunner.setFailureFile(params.failureFile);
|
||||
}
|
||||
|
||||
// logFile to write our results
|
||||
if (params.logFile) {
|
||||
var spl = new SpecialPowersLogger(params.logFile[0]);
|
||||
var spl = new SpecialPowersLogger(params.logFile);
|
||||
TestRunner.logger.addListener("mozLogger", fileLevel + "", spl.getLogCallback());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user