Merge
authorehelin
Mon, 18 Jan 2016 19:10:32 +0100
changeset 35527 7dc2870c3171
parent 35525 4ec07c154898 (current diff)
parent 35526 b0a52e3dd474 (diff)
child 35528 f8a8d6664a19
child 35529 39376b4613b5
Merge
--- a/hotspot/test/Makefile	Mon Jan 18 17:53:34 2016 +0100
+++ b/hotspot/test/Makefile	Mon Jan 18 19:10:32 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