mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Merge topic 'ctest-launch-stdin' into release-3.31
0cc24534d7 ctest --launch: Restore sharing of stdin with child process
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !11709
This commit is contained in:
@@ -152,6 +152,9 @@ void cmCTestLaunch::RunChild()
|
||||
cmUVProcessChainBuilder builder;
|
||||
builder.AddCommand(this->RealArgV);
|
||||
|
||||
// We always share the input pipe.
|
||||
builder.SetExternalStream(cmUVProcessChainBuilder::Stream_INPUT, stdin);
|
||||
|
||||
cmsys::ofstream fout;
|
||||
cmsys::ofstream ferr;
|
||||
if (this->Reporter.Passthru) {
|
||||
|
||||
Reference in New Issue
Block a user