Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-08-13 17:19:26 +0000
committerDavid Williams2015-08-13 17:19:26 +0000
commitc94c1e88a3c3e873947e9799971f23722b85a433 (patch)
tree19dc36fd9616bca2a088b5e1e52e97f32547d3a1 /production/testScripts/configuration/sdk.tests/testConfigs/win7
parent4c5b303257586a407fd4d5f51bea53e463296412 (diff)
downloadeclipse.platform.releng.aggregator-c94c1e88a3c3e873947e9799971f23722b85a433.tar.gz
eclipse.platform.releng.aggregator-c94c1e88a3c3e873947e9799971f23722b85a433.tar.xz
eclipse.platform.releng.aggregator-c94c1e88a3c3e873947e9799971f23722b85a433.zip
Bug 474822 - May need to better control/setup Windows environment for
tests
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/win7')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7/testAll.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7/testAll.bat b/production/testScripts/configuration/sdk.tests/testConfigs/win7/testAll.bat
index 912cc54a6..277b3e61f 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7/testAll.bat
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7/testAll.bat
@@ -19,7 +19,7 @@ IF NOT DEFINED propertyFile SET propertyFile=vm.properties
REM TODO: not sure it is good to put VM here? Is there a good default here; such as "java"?
REM currently, in practice, we sometimes set in Hudson scripts.
REM https://bugs.eclipse.org/bugs/show_bug.cgi?id=390286
-IF NOT DEFINED vmcmd SET vmcmd=c\:\\Program Files\\Java\\jdk1.8.0_51\\jre\\bin\\java.exe
+IF NOT DEFINED vmcmd SET vmcmd=c:\Program Files\Java\jdk1.7.0_80\jre\bin\java.exe
ECHO vmcmd in testAll: %vmcmd%
ECHO extdir in testAll (if any): %extdir%

Back to the top