Skip to content

Commit

Permalink
populate old details
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Aug 11, 2021
1 parent a2e34ed commit 0e970dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions checker/check_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ func (r *Runner) Run(ctx context.Context, f CheckFn) CheckResult {
break
}
res.Details2 = l.messages2
for _, d := range l.messages2 {
res.Details = append(res.Details, d.Msg)
}

if err := logStats(ctx, startTime, &res); err != nil {
panic(err)
Expand Down

0 comments on commit 0e970dc

Please sign in to comment.