From f1c753ea2eccb33e81af3f1477eaeebc20fa64cd Mon Sep 17 00:00:00 2001 From: sla Date: Thu, 5 Feb 2015 13:00:26 +0100 Subject: [PATCH] 8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg Reviewed-by: alanb --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 71053da52..64b828bb5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -262,8 +262,8 @@ ifdef CONCURRENCY EXTRA_JTREG_OPTIONS += -concurrency:$(CONCURRENCY) endif -# Default JTREG to run (win32 script works for everybody) -JTREG = $(JT_HOME)/win32/bin/jtreg +# Default JTREG to run +JTREG = $(JT_HOME)/bin/jtreg # run in agentvm mode JTREG_BASIC_OPTIONS += -agentvm # Only run automatic tests -- GitLab