Skip to content

Commit

Permalink
[test fix] Make logger test more consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
AvianFlu committed Apr 26, 2012
1 parent 4848f90 commit b4798d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/plugins/logger-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ vows.describe('forever/plugins/logger').addBatch({
checkLogOutput('logs-stderr-2.log', 'stderr', 50);
}
},
}
}).addBatch({
'When using the logger plugin': {
'with custom log files and the append option set': {
topic: function () {
var monitor = new forever.Monitor(path.join(fixturesDir, 'logs.js'), {
Expand Down

0 comments on commit b4798d8

Please sign in to comment.