summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/print_stdin.c
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Restore inheritance of stdin by test processesBrad King2018-11-151-0/+18
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: #18591