test/Makefile

changeset 9756
2be326848943
parent 9637
eef07cd490d4
parent 9726
c963a2881865
     1.1 --- a/test/Makefile	Sat Nov 09 20:15:27 2019 +0800
     1.2 +++ b/test/Makefile	Sat Nov 09 20:29:45 2019 +0800
     1.3 @@ -119,11 +119,11 @@
     1.4  
     1.5  # Root of all test results
     1.6  ifdef ALT_OUTPUTDIR
     1.7 -  ABS_BUILD_ROOT = $(ALT_OUTPUTDIR)/$(PLATFORM)-$(ARCH)
     1.8 +  ABS_BUILD_ROOT = $(ALT_OUTPUTDIR)
     1.9  else
    1.10    ABS_BUILD_ROOT = $(TEST_ROOT)/../build/$(PLATFORM)-$(ARCH)
    1.11  endif
    1.12 -ABS_TEST_OUTPUT_DIR = $(ABS_BUILD_ROOT)/testoutput
    1.13 +ABS_TEST_OUTPUT_DIR = $(ABS_BUILD_ROOT)/testoutput/$(UNIQUE_DIR)
    1.14  
    1.15  # Expect JPRT to set PRODUCT_HOME (the product or jdk in this case to test)
    1.16  ifndef PRODUCT_HOME
    1.17 @@ -267,7 +267,7 @@
    1.18  # Only run automatic tests
    1.19  JTREG_BASIC_OPTIONS += -a
    1.20  # Report details on all failed or error tests, times too
    1.21 -JTREG_BASIC_OPTIONS += -v:fail,error,time
    1.22 +JTREG_BASIC_OPTIONS += -v:fail,error,summary
    1.23  # Retain all files for failing tests
    1.24  JTREG_BASIC_OPTIONS += -retain:fail,error
    1.25  # Ignore tests are not run and completely silent about it

mercurial