changeset 5817:4c218194cc6c

8058936: hotspot/test/Makefile should use jtreg script from $JT_HOME/bin/jreg (instead of $JT_HOME/win32/bin/jtreg) Reviewed-by: dholmes, stefank
author sla
date Wed, 24 Sep 2014 09:49:47 +0200
parents 40459e83f8c9
children 436c55e3e3bf c7f740ad8991
files test/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/Makefile	Mon Jun 02 10:01:15 2014 +0200
+++ b/test/Makefile	Wed Sep 24 09:49:47 2014 +0200
@@ -173,8 +173,8 @@
   JTREG_TESTDIRS = $(TESTDIRS)
 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
 
 # Option to tell jtreg to not run tests marked with "ignore"
 ifeq ($(PLATFORM), windows)