mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Always pass specs to test signing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user