mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Just inherit stdio if we're logging.
This commit is contained in:
@@ -109,6 +109,9 @@ module.exports = (grunt) ->
|
||||
ATOM_INTEGRATION_TESTS_ENABLED: true
|
||||
)
|
||||
|
||||
if logOutput
|
||||
options.opts.stdio = 'inherit'
|
||||
|
||||
grunt.log.ok "Launching core specs."
|
||||
spawn options, (error, results, code) ->
|
||||
if process.platform is 'win32'
|
||||
|
||||
Reference in New Issue
Block a user