Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Commit

Permalink
fix for issue #374: autotest output on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dwittner committed Sep 24, 2013
1 parent e790349 commit b23c621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/buster-test
Expand Up @@ -27,5 +27,5 @@ testCli.create(process.stdout, process.stderr, {
]
}
}).run(process.argv.slice(2), function (err) {
if (err) { process.exit(1); }
if (err) { setTimeout(process.exit.bind(null, 1), 5); }
});

0 comments on commit b23c621

Please sign in to comment.