Reenable specs

This commit is contained in:
Kevin Sawicki 2014-07-05 10:29:50 -07:00
parent 888b5ab098
commit 8735780473

View File

@ -105,4 +105,4 @@ module.exports = (grunt) ->
failures.push "atom core" if coreSpecFailed
grunt.log.error("[Error]".red + " #{failures.join(', ')} spec(s) failed") if failures.length > 0
done()
done(!coreSpecFailed and failedPackages.length == 0)