From b4798d8170e780a099ebebced0d07b8d3d9d91ce Mon Sep 17 00:00:00 2001 From: Charlie McConnell Date: Wed, 25 Apr 2012 18:55:59 -0700 Subject: [PATCH] [test fix] Make logger test more consistent. --- test/plugins/logger-test.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/plugins/logger-test.js b/test/plugins/logger-test.js index 7dfba824..1a6b4f81 100644 --- a/test/plugins/logger-test.js +++ b/test/plugins/logger-test.js @@ -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'), {