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:
Scott Poore 2021-08-10 11:23:06 -05:00
parent 2a1ac3d951
commit 2fa0cea544
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: cockpit-session-recording
Version: 9
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Cockpit Session Recording
License: LGPLv2+
URL: https://github.com/Scribery/%{name}

View File

@ -24,7 +24,7 @@ if ! rpm -q chromium; then
sed -i 's/$releasever/8/g' /etc/yum.repos.d/epel*
fi
dnf install -y chromium
dnf remove epel-release
dnf remove -y epel-release
fi
# install cockpit-packagekit for testAppMenu