diff --git a/internal/parser/resultstatus/parser.go b/internal/parser/resultstatus/parser.go index 4cf6e2a..485179f 100644 --- a/internal/parser/resultstatus/parser.go +++ b/internal/parser/resultstatus/parser.go @@ -30,7 +30,7 @@ func (*ResultStatus) Run(results []stage.ExecutorResult, confAny any) ( if result.Status != stage.Status(envexec.StatusAccepted) { score = 0 comment = fmt.Sprintf( - "Unexpected executor status: %s.", result.Status, + "Unexpected executor status: `%s`.\n", result.Status, ) if conf.ForceQuitOnNotAccepted { forceQuit = true