Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorBernhard Urban <bernhard.urban@xamarin.com>2017-10-17 19:10:38 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-17 22:26:41 +0300
commit87694b9ed09d9e632641e9d2e9de4b997db92801 (patch)
tree69be2e10f02da412a3e4b16b03f574de4421d15e /mcs
parentd12dda34e45ef6021e2ecb09e82e8f715dede049 (diff)
[mcs/tests] make test harness output more verbose on V=1
Diffstat (limited to 'mcs')
-rw-r--r--mcs/tests/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/tests/Makefile b/mcs/tests/Makefile
index 02f15d0d5a1..230660b5e86 100644
--- a/mcs/tests/Makefile
+++ b/mcs/tests/Makefile
@@ -71,8 +71,11 @@ qcheck2:
gen-mt-tests:
$(TESTER) -mode:nunit -files:'v2' -compiler:$(COMPILER) -issues:known-issues-mt -compiler-options:"-lib:$(topdir)/class/lib/monotouch projects/MonoTouch/ivt.cs"
+
+TESTERVERBOSE=$(if $(V),-verbose,)
+
check-interp: compile-all setup build-compiler-lib
- $(TESTER_INTERP) -mode:pos -files:$(TEST_PATTERN) -compiler:$(COMPILER) -issues:known-issues-interp-$(PROFILE) -log:$(PROFILE).log -il:ver-il-$(PROFILE).xml $(DEFINES) $(TOPTIONS)
+ $(TESTER_INTERP) -mode:pos -files:$(TEST_PATTERN) -compiler:$(COMPILER) -issues:known-issues-interp-$(PROFILE) -log:$(PROFILE).log -il:ver-il-$(PROFILE).xml $(DEFINES) $(TOPTIONS) $(TESTERVERBOSE)
test-local:
@: