Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-04-24 09:16:58 +0000
committerSravan Kumar Lakkimsetti2018-04-24 09:16:58 +0000
commit73a3c69388ebf6254e5d428259045bb85605e1dc (patch)
tree17047df0b73b439e4dcdf95badf0441fdd6698aa /production/testScripts/configuration/sdk.tests/testConfigs/win7-64
parent4966d85748e96a5b39b6c99eee88c03084392ed8 (diff)
downloadeclipse.platform.releng.aggregator-73a3c69388ebf6254e5d428259045bb85605e1dc.tar.gz
eclipse.platform.releng.aggregator-73a3c69388ebf6254e5d428259045bb85605e1dc.tar.xz
eclipse.platform.releng.aggregator-73a3c69388ebf6254e5d428259045bb85605e1dc.zip
Bug 531440 - Need a windows slave attached to releng jipp
Switching to windows 10 machine for tests Change-Id: I19b4723502a527bd9854616876772e2f7a86adec Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs/win7-64')
-rw-r--r--production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties b/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties
index 887c9f427..f63d90f6e 100644
--- a/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties
@@ -12,7 +12,7 @@
# This is the VM to use to run the tests, if one prefers
# to use a different one from the one that stared the whole process.
-jvm=c\:\\Program Files\\Java\\jdk1.8.0_51\\jre\\bin\\java.exe
+jvm=c\:\\Program Files\\Java\\jdk1.8.0_162\\jre\\bin\\java.exe
# TODO: can also list VMs to use for specific execution environments

Back to the top