From 2fa0cea544601e2ae9de9e4b291751cd4e097a89 Mon Sep 17 00:00:00 2001 From: Scott Poore Date: Tue, 10 Aug 2021 11:23:06 -0500 Subject: [PATCH] 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 --- cockpit-session-recording.spec | 2 +- tests/browser.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cockpit-session-recording.spec b/cockpit-session-recording.spec index 456326e..23da2c0 100644 --- a/cockpit-session-recording.spec +++ b/cockpit-session-recording.spec @@ -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} diff --git a/tests/browser.sh b/tests/browser.sh index 8dbce39..31402ee 100644 --- a/tests/browser.sh +++ b/tests/browser.sh @@ -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