CI tests: fix Regression/bz1661513-glibc-Adjust-to-rpms-find-debuginfo-sh-changes-to-keep-stripping-binaries
Destination (name) of ld.so symlink can change and assert fails. Use readlink to get proper filename to be checked.
This commit is contained in:
parent
1061be84f7
commit
51c6ed86e2
@ -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