Always pass specs to test signing

This commit is contained in:
Kevin Sawicki
2014-07-05 10:18:40 -07:00
parent c897f42d51
commit 888b5ab098

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(!coreSpecFailed and failedPackages.length == 0)
done()