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) {
|
client.on('exit', function(code) {
|
||||||
opensslExitCode = code;
|
opensslExitCode = code;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user