Skip to content

Commit 7d69fd8

Browse files
committed
Stop quering gtk version using rpm
Tests no longer run on rpm distribution so this effectively removes "rpm: command not found" and empty "GTK Version: " output from tests consolelog (e.g. https://download.eclipse.org/eclipse/downloads/drops4/I20250409-1800/testresults/consolelogs/ep436I-unit-linux-x86_64-java24_linux.gtk.x86_64_24_consolelog.txt ). As nobody probably knew about this output I am not looking into converting it to dpkg command but remove the output altogether. It is simpler to run the command (commands as one may need also glib, webkitgtk, glibc, pango, etc. versions) in dedicated Jenkins job to figure out whatever info is needed.
1 parent f5f2061 commit 7d69fd8

File tree

1 file changed

+0
-3
lines changed
  • production/testScripts/configuration/sdk.tests/testScripts

1 file changed

+0
-3
lines changed

Diff for: production/testScripts/configuration/sdk.tests/testScripts/runtests.sh

-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ then
2727
echo "ERROR: No JVM define, or the defined one was found to not be executable"
2828
exit 1
2929
fi
30-
#Extract GTK Version and host name
31-
gtkVersion=$(rpm -q gtk3|cut -d- -f2)
3230

3331
echo "Jvm : ${jvm}"
3432
echo "Host : $(hostname)"
35-
echo "GTK Version: ${gtkVersion}"
3633

3734
stableEclipseInstallLocation=${stableEclipseInstallLocation:-${WORKSPACE}/workarea/${buildId}/eclipse-testing/platformLocation/}
3835
# Note: test.xml will "reinstall" fresh install of what we are testing,

0 commit comments

Comments
 (0)