Fail on windows if specs fail

This commit is contained in:
Kevin Sawicki
2014-06-16 10:03:29 -07:00
parent 261421b609
commit bc8a5f4b23

View File

@@ -105,7 +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
if process.platform is 'win32'
done() # TODO remove once all specs consistently pass
else
done(!coreSpecFailed and failedPackages.length == 0)
done(!coreSpecFailed and failedPackages.length == 0)