added messagePassThroughLayout to vows tests
This commit is contained in:
@@ -380,6 +380,7 @@ module.exports = function (fileSystem, standardOutput, configPaths) {
|
||||
}
|
||||
|
||||
function rollThatLog (logFile, filename, numBackups) {
|
||||
//doing all of this fs stuff sync, because I don't want to lose any log events.
|
||||
//first close the current one.
|
||||
fs.closeSync(logFile);
|
||||
//roll the backups (rename file.n-1 to file.n, where n <= numBackups)
|
||||
|
||||
Reference in New Issue
Block a user