mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Debug output
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = (grunt) ->
|
||||
env: _.extend({}, process.env, ATOM_PATH: rootDir)
|
||||
grunt.verbose.writeln "Launching #{path.basename(packagePath)} specs."
|
||||
spawn options, (error, results, code) ->
|
||||
|
||||
|
||||
failedPackages.push path.basename(packagePath) if error
|
||||
callback()
|
||||
|
||||
@@ -52,6 +52,7 @@ module.exports = (grunt) ->
|
||||
options =
|
||||
cmd: appPath
|
||||
args: ['--test', "--resource-path=#{resourcePath}", "--spec-directory=#{coreSpecsPath}"]
|
||||
console.log options
|
||||
spawn options, (error, results, code) ->
|
||||
packageSpecQueue.concurrency = 2
|
||||
callback(null, error)
|
||||
|
||||
Reference in New Issue
Block a user