diff options
| -rw-r--r-- | syz-cluster/workflow/boot-step/main.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/syz-cluster/workflow/boot-step/main.go b/syz-cluster/workflow/boot-step/main.go index 648d7d5bb..1711ee961 100644 --- a/syz-cluster/workflow/boot-step/main.go +++ b/syz-cluster/workflow/boot-step/main.go @@ -113,6 +113,9 @@ func runTest(ctx context.Context, client *api.Client) (bool, error) { if findingErr != nil { return false, fmt.Errorf("failed to report the finding: %w", findingErr) } + } else { + log.Printf("report:\n%s", rep.Report) + log.Printf("output:\n%s", rep.Output) } return false, nil } |
