diff test/Makefile @ 20490:97ad90b2712c

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 637e659fb097
children 8585e75970c7
line wrap: on
line diff
--- a/test/Makefile	Fri Sep 19 11:53:58 2014 -0700
+++ b/test/Makefile	Wed Sep 24 09:49:47 2014 +0200
@@ -180,8 +180,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)