mirror of https://github.com/Kitware/CMake.git
Browse Source
Since commit v3.11.0-rc1~117^2 (CTest: Re-implement test process handling using libuv, 2017-12-10) we do not give the child test processes any stdin. Prior to that change we let the child test processes inherit stdin from ctest itself. Tests that run serially might be able to use the real stdin meaningfully, so restore that behavior and add a test case. Fixes: #18591pull/324/head

6 changed files with 36 additions and 2 deletions
Loading…
Reference in new issue