diff --git a/test/integration/helpers.js b/test/integration/helpers.js index b4393de2fb..b774bb7890 100644 --- a/test/integration/helpers.js +++ b/test/integration/helpers.js @@ -269,7 +269,7 @@ function _spawnMochaWithListeners(args, fn, opts) { mocha.on('close', function(code) { fn(null, { - output: output.split('\n').join('\n'), + output: output, code: code, args: args });