Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-07-19 13:38:32 +0000
committerDavid Williams2016-07-19 13:38:32 +0000
commit72d16b80dd25f94e97ba38242d4633d0ab251b1c (patch)
tree50342a396c56bff0712d55ef9901d2f658d7de46 /production/testScripts/configuration/sdk.tests
parent3dbae3ff448ecdb72e8be57afa84dfeb1e24f56f (diff)
downloadeclipse.platform.releng.aggregator-72d16b80dd25f94e97ba38242d4633d0ab251b1c.tar.gz
eclipse.platform.releng.aggregator-72d16b80dd25f94e97ba38242d4633d0ab251b1c.tar.xz
eclipse.platform.releng.aggregator-72d16b80dd25f94e97ba38242d4633d0ab251b1c.zip
Bug 498137 - Update "previous release" through out scripts
Diffstat (limited to 'production/testScripts/configuration/sdk.tests')
-rwxr-xr-xproduction/testScripts/configuration/sdk.tests/testScripts/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh b/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh
index f79f98643..3022eeaa4 100755
--- a/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh
+++ b/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh
@@ -43,7 +43,7 @@ then
exit 1
else
echo "stableEclipseInstallation directory found, as expected, at ${stableEclipseInstallLocation}"
- # should only be one tar file there, with a name similar to eclipse-platform-4.5.2-linux-gtk-x86_64.tar.gz
+ # should only be one tar file there, with a name similar to eclipse-platform-4.6-linux-gtk-x86_64.tar.gz
# so for simplicity, we'll assume all is well and untar what ever we find.
tar -xf ${stableEclipseInstallLocation}/*tar.gz -C ${stableEclipseInstallLocation}
fi

Back to the top