Skip to content
  • Brad King's avatar
    execute_process: Improve stdout/stderr merging · f65bb82f
    Brad King authored
    Use the KWSys Process "MergeOutput" option to give the child process
    the same pipe (or file) for both stdout and stderr.  This allows
    natural merging of stdout and stderr together instead of merging
    on arbitrary buffered read boundaries as before.
    f65bb82f