CI Tests: fix dynamic loader detection for bz1661513 test
Fix dynamic loader file name detection by using readlink. This issue was observed on s390x and ppc64le architectures. Test name: Regression/bz1661513-glibc-Adjust-to-rpms-find-debuginfo-sh-changes-to-keep-stripping-binaries RPM-Changelog: - RPM-Skip-Release: yes
This commit is contained in:
parent
16840189f7
commit
17eca93ea4
@ -48,7 +48,7 @@ rlJournalStart
|
||||
rlAssertGrep "ldconfig.*, stripped" output.log
|
||||
rlAssertGrep "iconvconfig.*, stripped" output.log
|
||||
rlAssertGrep "localedef.*, stripped" output.log
|
||||
rlAssertGrep "ld-.*, not stripped" output.log
|
||||
rlAssertGrep "$(readlink -f /usr/bin/ld.so).*, not stripped" output.log
|
||||
rlLogInfo "Content of output.log:\n$(cat output.log)"
|
||||
|
||||
# some debugging info (e.g. pthread struct) should be accessible even without installed debuginfo packages
|
||||
|
||||
Loading…
Reference in New Issue
Block a user