populate old details (#841)

This commit is contained in:
laurentsimon 2021-08-11 14:16:05 -07:00 committed by GitHub
parent 977c2b8657
commit 5bcc1fdc4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)