summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestCommandLine/MergeOutput.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Capture test stdout/stderr through one pipe (#15600)Brad King2015-06-031-0/+4
Use the KWSys Process "MergeOutput" option to give each test child process the same pipe for both stdout and stderr. This allows natural merging of stdout and stderr together instead of merging on arbitrary buffered read boundaries as before.