Skip to content

Commit 1f9f0ba

Browse files
Merge branch 'NODE-6615/integration-client-close' into NODE-6620/sockets
2 parents d828529 + e9a3108 commit 1f9f0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-specific/resource_tracking_script_builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export async function runScriptAndGetProcessInfo(
173173
await writeFile(scriptName, scriptContent, { encoding: 'utf8' });
174174
const logFile = name + '.logs.txt';
175175

176-
const script = spawn(process.execPath, [scriptName], { stdio: ['ignore', 'ignore', 'ignore'] });
176+
const script = spawn(process.execPath, [scriptName], { stdio: ['ignore', 'ignore', 'inherit'] });
177177

178178
const willClose = once(script, 'close');
179179

0 commit comments

Comments
 (0)