diff options
Diffstat (limited to 'syz-ci')
| -rw-r--r-- | syz-ci/manager.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/syz-ci/manager.go b/syz-ci/manager.go index c547745d5..71bd35980 100644 --- a/syz-ci/manager.go +++ b/syz-ci/manager.go @@ -500,6 +500,9 @@ func (mgr *Manager) reportBuildError(rep *report.Report, info *BuildInfo, imageD Report: rep.Report, }, } + if rep.GuiltyFile != "" { + req.Crash.GuiltyFiles = []string{rep.GuiltyFile} + } if err := mgr.dash.ReportBuildError(req); err != nil { return err } |
