Fix gating test

This commit is contained in:
Kienan Stewart 2025-08-26 15:27:12 -04:00
commit cb9c7af41f

View file

@ -41,7 +41,7 @@ rlJournalStart
rlRun "dnf --nobest builddep -y *src.rpm"
rlRun "rpm --define='_topdir $TMP' -Uvh *src.rpm"
rlRun "rpmbuild --define='_topdir $TMP' -bc SPECS/${PACKAGE}.spec"
rlRun "pushd BUILD/${PACKAGE}-*"
rlRun "pushd BUILD/${PACKAGE}-*-build/${PACKAGE}-*"
rlPhaseEnd
rlPhaseStartTest