Skip to content

Commit

Permalink
[minor] Change test runner output order
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Dec 18, 2011
1 parent 68cebbe commit b76680b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/run
Expand Up @@ -75,8 +75,8 @@ async.forEachSeries(tests, runTest, function () {
}

console.log('\nSummary:');
console.log((' ' + failed.length + '\tfailed tests').red);
console.log((' ' + ok.length + '\tpassed tests').green);
console.log((' ' + failed.length + '\tfailed tests').red);
});

// vim:filetype=javascript
Expand Down

0 comments on commit b76680b

Please sign in to comment.