mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Fail build if any specs fail on Windows
This commit is contained in:
@@ -104,9 +104,4 @@ module.exports = (grunt) ->
|
||||
failures.push "atom core" if coreSpecFailed
|
||||
|
||||
grunt.log.error("[Error]".red + " #{failures.join(', ')} spec(s) failed") if failures.length > 0
|
||||
|
||||
# TODO: Mark the build as green on Windows until specs pass.
|
||||
if process.platform is 'darwin'
|
||||
done(!coreSpecFailed and failedPackages.length == 0)
|
||||
else if process.platform is 'win32'
|
||||
done(true)
|
||||
done(!coreSpecFailed and failedPackages.length == 0)
|
||||
|
||||
Reference in New Issue
Block a user