mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-26 10:38:41 +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
|
||||
os.Stdout.Write(job.output.Bytes())
|
||||
if result != nil {
|
||||
return err
|
||||
return result
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user