mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-17 13:23:26 +00:00
fix-tests: fix broken testrunner
This commit is contained in:
committed by
Ron Evans
parent
f384e2db48
commit
4edb58c0c5
+1
-1
@@ -133,7 +133,7 @@ func runSmokeTest(filename string) error {
|
|||||||
result := <-job.resultChan
|
result := <-job.resultChan
|
||||||
os.Stdout.Write(job.output.Bytes())
|
os.Stdout.Write(job.output.Bytes())
|
||||||
if result != nil {
|
if result != nil {
|
||||||
return err
|
return result
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user