Tests: dnf remove epel hang fix
Need to add -y to the dnf remove epel in browser.sh test runner. Tests were hanging on this step. Bumping NVR for this fix as well. Resolves: rhbz#1984553
This commit is contained in:
parent
2a1ac3d951
commit
2fa0cea544
@ -1,6 +1,6 @@
|
|||||||
Name: cockpit-session-recording
|
Name: cockpit-session-recording
|
||||||
Version: 9
|
Version: 9
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Cockpit Session Recording
|
Summary: Cockpit Session Recording
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/Scribery/%{name}
|
URL: https://github.com/Scribery/%{name}
|
||||||
|
@ -24,7 +24,7 @@ if ! rpm -q chromium; then
|
|||||||
sed -i 's/$releasever/8/g' /etc/yum.repos.d/epel*
|
sed -i 's/$releasever/8/g' /etc/yum.repos.d/epel*
|
||||||
fi
|
fi
|
||||||
dnf install -y chromium
|
dnf install -y chromium
|
||||||
dnf remove epel-release
|
dnf remove -y epel-release
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# install cockpit-packagekit for testAppMenu
|
# install cockpit-packagekit for testAppMenu
|
||||||
|
Loading…
Reference in New Issue
Block a user