aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormduigou <none@none>2013-08-29 16:04:14 -0700
committermduigou <none@none>2013-08-29 16:04:14 -0700
commitce758c5cd2890cfd85a53ca6997fef1035581f3f (patch)
treec7ef109eee9c2bdb19d1ba6d550a4f524de0efde /test
parentcdc8b95425e4187fbe5b9ade4f9b203753c1c674 (diff)
8023892: test/Makefile shouldn't try to tell langtools/test/Makefile where to put output.
Reviewed-by: erikj, vromero, henryjen
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 5bf2768..af84275 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -57,7 +57,7 @@ all: jdk_all langtools_all
# Test targets
langtools_% :
- @$(NO_STOPPING)$(call SUBDIR_TEST, $(LANGTOOLS_DIR), JT_JAVA=$(PRODUCT_HOME) JTREG_OUTPUT_DIR=$(ALT_OUTPUTDIR)/testoutput/langtools/jtreg JTREG_HOME=$(JT_HOME) TEST="$(subst langtools_,,$@)" $(subst langtools_,,$@))
+ @$(NO_STOPPING)$(call SUBDIR_TEST, $(LANGTOOLS_DIR), JT_JAVA=$(PRODUCT_HOME) JTREG_HOME=$(JT_HOME) TEST="$(subst langtools_,,$@)" $(subst langtools_,,$@))
jdk_% :
@$(NO_STOPPING)$(call SUBDIR_TEST, $(JDK_DIR), TEST="$@" $@)