mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Start logging deprecations on CI
This commit is contained in:
@@ -25,6 +25,7 @@ module.exports.runSpecSuite = (specSuite, logFile, logErrors=true) ->
|
||||
log(str)
|
||||
onComplete: (runner) ->
|
||||
fs.closeSync(logStream) if logStream?
|
||||
require('grim').logDeprecations() if process.env.JANKY_SHA1
|
||||
atom.exit(runner.results().failedCount > 0 ? 1 : 0)
|
||||
else
|
||||
AtomReporter = require './atom-reporter'
|
||||
|
||||
Reference in New Issue
Block a user