(stage string, duration time.Duration)
| 247 | } |
| 248 | |
| 249 | func (s *stageWriter) Fail(stage string, duration time.Duration) { |
| 250 | s.flushLogs() |
| 251 | s.end(stage, duration, false) |
| 252 | } |
| 253 | |
| 254 | //nolint:revive |
| 255 | func (s *stageWriter) end(stage string, duration time.Duration, ok bool) { |