mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
test-tls-securepair-server: don't shutdown stdout
This commit is contained in:
parent
8b9dbdad27
commit
c72ae27be1
@ -117,7 +117,7 @@ server.listen(common.PORT, function() {
|
||||
}
|
||||
});
|
||||
|
||||
client.stdout.pipe(process.stdout);
|
||||
client.stdout.pipe(process.stdout, { end: false });
|
||||
|
||||
client.on('exit', function(code) {
|
||||
opensslExitCode = code;
|
||||
|
Loading…
Reference in New Issue
Block a user