()
| 2048 | } |
| 2049 | |
| 2050 | func withProcessTTY() cio.Opt { |
| 2051 | return func(opt *cio.Streams) { |
| 2052 | cio.WithTerminal(opt) |
| 2053 | } |
| 2054 | } |
| 2055 | |
| 2056 | // TestRegressionIssue4769 verifies the number of task exit events. |
| 2057 | // |
no test coverage detected
searching dependent graphs…