fix-tests: fix broken testrunner

This commit is contained in:
Thomas Richner
2023-10-22 03:52:42 +02:00
committed by Ron Evans
parent f384e2db48
commit 4edb58c0c5
+1 -1
View File
@@ -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
}
}