Closed
Description
It took me some time to discover why the output of some commands was very confusing as the order of the console lines were not in order.
That is happening because when run using grouping both stdout and stderr are captures separated and printed separated, one after another. As you can imagine that can cause very confusing console output for script. Easy to see especially when running bash scripts with set -x
.
It would be preferable if the subprocess would use line-buffering and print lines in order they were generated, making read of output more human friendly.
Metadata
Assignees
Labels
No labels
Activity