Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-08 01:22:40 +0000
committerDavid Williams2015-03-08 01:22:40 +0000
commitf417d985493cc5ea8741ae4f8a3b2aad5e6afc9e (patch)
treeb9deacd3f585e25a0109bcc5b5d8d1920034928d /production/testScripts/test_runTests2.xml.sh
parent9dc074785bb874a43591f75fb63138f3c36e321a (diff)
downloadeclipse.platform.releng.aggregator-f417d985493cc5ea8741ae4f8a3b2aad5e6afc9e.tar.gz
eclipse.platform.releng.aggregator-f417d985493cc5ea8741ae4f8a3b2aad5e6afc9e.tar.xz
eclipse.platform.releng.aggregator-f417d985493cc5ea8741ae4f8a3b2aad5e6afc9e.zip
[releng] misc. cleanup and consistency
Diffstat (limited to 'production/testScripts/test_runTests2.xml.sh')
-rwxr-xr-xproduction/testScripts/test_runTests2.xml.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/test_runTests2.xml.sh b/production/testScripts/test_runTests2.xml.sh
index 7b51acbc3..fa912e333 100755
--- a/production/testScripts/test_runTests2.xml.sh
+++ b/production/testScripts/test_runTests2.xml.sh
@@ -46,7 +46,7 @@ export ANT_HOME=/shared/common/apache-ant-1.8.4/
#export JAVA_HOME=/shared/common/jdk1.6.0-latest
#export JAVA_HOME=/shared/common/jdk1.8.0_x64-latest
#export JAVA_HOME=/shared/common/jdk1.8.0_x64-latest
-export JAVA_HOME=/shared/common/jdk1.8.0_x64-latest
+export JAVA_HOME=${JAVA_HOME:-/shared/common/jdk1.8.0_x64-latest}
export WORKSPACE=${HOME}/tempworkarea/
export PATH=${JAVA_HOME}/bin:${ANT_HOME}/bin:/usr/local/bin:/usr/bin:/bin:${HOME}/bin

Back to the top