diff --git a/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh b/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh index 93562142c26..faebe6e9221 100755 --- a/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh +++ b/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh @@ -27,12 +27,9 @@ then echo "ERROR: No JVM define, or the defined one was found to not be executable" exit 1 fi -#Extract GTK Version and host name -gtkVersion=$(rpm -q gtk3|cut -d- -f2) echo "Jvm : ${jvm}" echo "Host : $(hostname)" -echo "GTK Version: ${gtkVersion}" stableEclipseInstallLocation=${stableEclipseInstallLocation:-${WORKSPACE}/workarea/${buildId}/eclipse-testing/platformLocation/} # Note: test.xml will "reinstall" fresh install of what we are testing,