Skip to content

Commit

Permalink
fix-tests: fix broken testrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrichner-oviva authored and deadprogram committed Oct 25, 2023
1 parent f384e2d commit 4edb58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func runSmokeTest(filename string) error {
result := <-job.resultChan
os.Stdout.Write(job.output.Bytes())
if result != nil {
return err
return result
}
}

Expand Down

0 comments on commit 4edb58c

Please sign in to comment.