Skip to content
  • Brad King's avatar
    CTest: Capture test stdout/stderr through one pipe (#15600) · 721b7e3e
    Brad King authored
    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.
    721b7e3e