From 89125756c687b8064464111de3eb0a2bcdc28d62 Mon Sep 17 00:00:00 2001 From: Wen HU Date: Wed, 13 Jan 2021 16:58:12 -0800 Subject: [PATCH] verbose for "make test1" even for successfull run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56cadfd8e4..33900be769 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ setup: .PHONY: test1 test1: libcore - python3 test/main.py test/testsuite/ouroboros/string_test/RT0001-rt-string-ReflectString/ReflectString.java --test_cfg=test/testsuite/ouroboros/test.cfg --fail-verbose --debug + python3 test/main.py test/testsuite/ouroboros/string_test/RT0001-rt-string-ReflectString/ReflectString.java --test_cfg=test/testsuite/ouroboros/test.cfg --verbose --debug .PHONY: test_irbuild test_irbuild: install -- Gitee