Skip to content

Commit ae8febd

Browse files
committed
test: do not trigger node bug with fd mapping
See nodejs/node#862
1 parent 19eb300 commit ae8febd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/helper.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ exports.runWithControlChannel = function(appWithArgs, runArgs, onMessage) {
180180
}
181181

182182
var options = {
183-
// NOTE(bajtos) We are redirecting stdout to stderr in order to keep
184-
// the test output clean from diagnostic messages.
185-
stdio: [0, 2, 2, 'ipc'],
183+
stdio: [0, 1, 2, 'ipc'],
186184
env: util._extend({
187185
SL_ENV: 'test',
188186
STRONGLOOP_FLUSH_INTERVAL: 2,

0 commit comments

Comments
 (0)