Just inherit stdio if we're logging.

This commit is contained in:
joshaber
2016-02-16 10:16:21 -05:00
parent 5d9c5c51d3
commit a89257d474

View File

@@ -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'