Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-19 19:39:23 +0000
committerDavid Williams2016-04-19 20:35:16 +0000
commitd3f46ffca95ef8132fab8788f7ba531afa7cc857 (patch)
treea238fee47e0132a7ba8d139d0a224af4b09f3026 /production/testScripts/configuration/sdk.tests/testConfigs
parent646a77b6cb22b57676654be1cf4d3cb66ccc13f6 (diff)
downloadeclipse.platform.releng.aggregator-d3f46ffca95ef8132fab8788f7ba531afa7cc857.tar.gz
eclipse.platform.releng.aggregator-d3f46ffca95ef8132fab8788f7ba531afa7cc857.tar.xz
eclipse.platform.releng.aggregator-d3f46ffca95ef8132fab8788f7ba531afa7cc857.zip
[releng] minor debug statement
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testConfigs')
-rwxr-xr-xproduction/testScripts/configuration/sdk.tests/testConfigs/linux/testAll.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testConfigs/linux/testAll.sh b/production/testScripts/configuration/sdk.tests/testConfigs/linux/testAll.sh
index db56c8dc8..00f47e712 100755
--- a/production/testScripts/configuration/sdk.tests/testConfigs/linux/testAll.sh
+++ b/production/testScripts/configuration/sdk.tests/testConfigs/linux/testAll.sh
@@ -47,6 +47,7 @@ export propertyFile=${propertyFile:-platformSpecific.properties}
export testedPlatform=${testedPlatform:-linux.gtk.x86_64_x.0}
echo "=== properties in testAll.sh"
+echo " DOWNLOAD_HOST: ${DOWNLOAD_HOST}"
echo " jvm in testAll: ${jvm}"
echo " extdir in testAll (if any): ${extdir}"
echo " propertyFile in testAll: ${propertyFile}"

Back to the top