hotspot/test/Makefile
changeset 35526 b0a52e3dd474
parent 35505 2babb060aaf2
child 37299 db3b0d4c3bda
--- a/hotspot/test/Makefile	Mon Jan 18 15:11:47 2016 +0100
+++ b/hotspot/test/Makefile	Mon Jan 18 17:12:34 2016 +0100
@@ -121,11 +121,11 @@
 
 # Root of all test results
 ifdef ALT_OUTPUTDIR
-  ABS_BUILD_ROOT = $(ALT_OUTPUTDIR)/$(PLATFORM)-$(ARCH)
+  ABS_BUILD_ROOT = $(ALT_OUTPUTDIR)
 else
   ABS_BUILD_ROOT = $(TEST_ROOT)/../build/$(PLATFORM)-$(ARCH)
 endif
-ABS_TEST_OUTPUT_DIR = $(ABS_BUILD_ROOT)/testoutput
+ABS_TEST_OUTPUT_DIR = $(ABS_BUILD_ROOT)/testoutput/$(UNIQUE_DIR)
 
 # Expect JPRT to set PRODUCT_HOME (the product or jdk in this case to test)
 ifndef PRODUCT_HOME