Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Build: Verbose stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Oct 29, 2014
1 parent af1721f commit 9861c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if (!force && !process.env.SKIP_NODE_SASS_TESTS) {
mocha.run(function () {
// at least 90% of tests should pass
if ((total - failures) * 100 / total < 90) {
console.log('Problem with the binary; manual build incoming');
console.log('Problem with the binary: ' + failures + ' of ' + total + ' tests are failing.\nManual build incoming');
console.log('Please consider contributing the release binary to https://github.com/sass/node-sass-binaries for npm distribution.');
build();
} else {
Expand Down

0 comments on commit 9861c95

Please sign in to comment.