mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 11:13:27 +00:00
main_test: fix error logging of test
This commit is contained in:
@@ -56,6 +56,7 @@ func runTest(path, tmpdir string, t *testing.T) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Log("failed to build:", err)
|
t.Log("failed to build:", err)
|
||||||
t.Fail()
|
t.Fail()
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run the test.
|
// Run the test.
|
||||||
|
|||||||
Reference in New Issue
Block a user