mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +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 {
|
||||
t.Log("failed to build:", err)
|
||||
t.Fail()
|
||||
return
|
||||
}
|
||||
|
||||
// Run the test.
|
||||
|
||||
Reference in New Issue
Block a user