Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-06-26 12:36:48 +0000
committerSravan Kumar Lakkimsetti2018-06-26 12:39:36 +0000
commit880642273a134fc31f6143dd51c358fc5175a7bf (patch)
tree075573489d1f15b6708e3bb741e9f91664d4931d /production/testScripts/configuration/sdk.tests
parentbb1a7d230954c9d63a2757b22a2b9150e0db3caa (diff)
downloadeclipse.platform.releng.aggregator-880642273a134fc31f6143dd51c358fc5175a7bf.tar.gz
eclipse.platform.releng.aggregator-880642273a134fc31f6143dd51c358fc5175a7bf.tar.xz
eclipse.platform.releng.aggregator-880642273a134fc31f6143dd51c358fc5175a7bf.zip
Bug 536298 - Update previous release to 4.8
Change-Id: I90b180fe660c4196c143bffbea4bb1d5644454f3 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
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 42b4f1da2..61106e69e 100755
--- a/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh
+++ b/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh
@@ -50,7 +50,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.7.3a-linux-gtk-x86_64.tar.gz
+ # should only be one tar file there, with a name similar to eclipse-platform-4.8-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