8159186: jdk/test/Makefile: allow users to set verbosity

Reviewed-by: erikj
This commit is contained in:
Dan Smith 2016-06-13 09:31:20 -06:00
parent 763be5ec14
commit 78f6770876

View File

@ -316,8 +316,9 @@ JTREG_BASIC_OPTIONS += -a
# Always turn on assertions
JTREG_ASSERT_OPTION = -ea -esa
JTREG_BASIC_OPTIONS += $(JTREG_ASSERT_OPTION)
# Report details on all failed or error tests, times too
JTREG_BASIC_OPTIONS += -v:fail,error,time
# jtreg verbosity setting
JTREG_VERBOSE ?= fail,error,time
JTREG_BASIC_OPTIONS += $(if $(JTREG_VERBOSE),-v:$(JTREG_VERBOSE))
# Retain all files for failing tests
JTREG_BASIC_OPTIONS += -retain:fail,error
# Ignore tests are not run and completely silent about it