make check

master
Trent Mick 2014-05-31 23:00:13 -07:00
parent 3c62838c38
commit 687b16b42c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ var nodeVer = process.versions.node.split('.').map(Number);
if (nodeVer[0] <= 0 && nodeVer[1] <= 8) {
console.warn('skip test (node <= 0.8)');
} else {
test('log with rotating file stream will terminate gracefully', function (t) {
test('log with rotating file stream will terminate', function (t) {
exec('node ' +__dirname + '/process-exit.js', {timeout: 1000},
function (err, stdout, stderr) {
t.ifError(err);