make check
This commit is contained in:
parent
3c62838c38
commit
687b16b42c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue