Skip to content

Commit

Permalink
citest
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrezina committed Oct 15, 2024
1 parent 263cb2e commit e574a0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/ci/distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ function distro_pkg_install()
[ $# != 0 ] && sudo -p "$prompt" \
/usr/bin/dnf --assumeyes --best \
--setopt=install_weak_deps=False \
install "$@"
install "$@" || :
journalctl -xe --no-pager
exit 1
elif [[ "$DISTRO_BRANCH" == -redhat-* ]]; then
[ $# != 0 ] && sudo -p "$prompt" yum --assumeyes install "$@" |&
# Pass input to output, fail if a missing package is reported
Expand Down

0 comments on commit e574a0b

Please sign in to comment.