diff --git a/Gruntfile.js b/Gruntfile.js index 4cb9e9ebbd9..5f2302e4562 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -338,7 +338,7 @@ module.exports = function(grunt) { opts: {stdio: 'inherit', env: process.env} }, function(error, result, code) { // Propagate the exit code. - done(code); + done(code === 0); }); };