[LTP] [PATCH] ci: resolve some no match arguments problem
Li Wang
liwang@redhat.com
Fri Apr 1 10:41:24 CEST 2022
Make this installation can succeed on all RHEL related platforms.
Signed-off-by: Li Wang <liwang@redhat.com>
---
ci/fedora.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/fedora.sh b/ci/fedora.sh
index dc1293aa5..a603bcbe3 100755
--- a/ci/fedora.sh
+++ b/ci/fedora.sh
@@ -2,7 +2,7 @@
# Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz>
set -ex
-yum="yum -y install"
+yum="yum -y install --skip-broken"
$yum \
asciidoc \
--
2.31.1
More information about the ltp
mailing list