Commit 11d5d22
committed
util/helper: fix process output getting truncated
A process that logs a lot of data before exiting could have its output
truncated because ProcessWrapper used to stop reading the pipe once the
process exits, but instead should always read to the end of the pipe.
Signed-off-by: Zachary Deibert <Zachary.Deibert@garmin.com>1 parent be8f3a2 commit 11d5d22
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments