More debuginfos needed in test Regression/bz1311352

This commit is contained in:
Václav Kadlčík 2021-07-01 18:15:39 +02:00
parent 58f355fcc3
commit 24cc8051d1

View File

@ -54,7 +54,9 @@ rlJournalStart
rlLogInfo "(without skipped) COLLECTIONS=$COLLECTIONS"
rpm -q glibc-debuginfo.${ARCH} &>/dev/null || rlRun "debuginfo-install -y glibc.${ARCH}"
for i in glibc nscd; do
rpm -q ${i}-debuginfo.${ARCH} &>/dev/null || rlRun "debuginfo-install -y ${i}.${ARCH}"
done
rlAssertRpm --all