We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f2061 commit 7d69fd8Copy full SHA for 7d69fd8
production/testScripts/configuration/sdk.tests/testScripts/runtests.sh
@@ -27,12 +27,9 @@ then
27
echo "ERROR: No JVM define, or the defined one was found to not be executable"
28
exit 1
29
fi
30
-#Extract GTK Version and host name
31
-gtkVersion=$(rpm -q gtk3|cut -d- -f2)
32
33
echo "Jvm : ${jvm}"
34
echo "Host : $(hostname)"
35
-echo "GTK Version: ${gtkVersion}"
36
37
stableEclipseInstallLocation=${stableEclipseInstallLocation:-${WORKSPACE}/workarea/${buildId}/eclipse-testing/platformLocation/}
38
# Note: test.xml will "reinstall" fresh install of what we are testing,
0 commit comments