Skip to content

Commit 6f4c45a

Browse files
committed
Makefile: temporarily add -v to tinygo-test to help track down the crash on windows
1 parent 8698c31 commit 6f4c45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ endif
305305
# TODO: parallelize, and only show failing tests (no implied -v flag).
306306
.PHONY: tinygo-test
307307
tinygo-test:
308-
$(TINYGO) test $(TEST_PACKAGES_HOST) $(TEST_PACKAGES_SLOW)
308+
$(TINYGO) test -v $(TEST_PACKAGES_HOST) $(TEST_PACKAGES_SLOW)
309309
tinygo-test-fast:
310310
$(TINYGO) test $(TEST_PACKAGES_HOST)
311311
tinygo-bench:

0 commit comments

Comments
 (0)