Skip to content

Commit

Permalink
Added a process exit when all the tests run without errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Sep 26, 2012
1 parent d4e89b6 commit 09c3070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/run_tests.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ async.forEachSeries(tests, function(test, cb) {
exitCode && process.exit(exitCode); exitCode && process.exit(exitCode);
cb(); cb();
}); });
}, function(){
process.exit(0);
}); });

0 comments on commit 09c3070

Please sign in to comment.