Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down