diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/bisect/bisect.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/bisect/bisect.go b/pkg/bisect/bisect.go index e1e251cd9..c9acb0cbb 100644 --- a/pkg/bisect/bisect.go +++ b/pkg/bisect/bisect.go @@ -743,7 +743,6 @@ func (env *env) processResults(current *vcs.Commit, results []instance.EnvTestRe } env.saveDebugFile(current.Hash, i, output) case errors.As(res.Error, &crashError): - verdicts = append(verdicts, fmt.Sprintf("crashed: %v", crashError)) output := crashError.Report.Report if len(output) == 0 { output = crashError.Report.Output |
