From 59d8ad8e4ab430bf8d82772d2661fcc24b3f508c Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Jul 29 2019 21:24:32 +0000 Subject: Disabled .py rpminfo script on c8 - not python3 ready Signed-off-by: Fabian Arrotin --- diff --git a/tests/z_rpminfo/check-rpminfo.sh b/tests/z_rpminfo/check-rpminfo.sh index 16891fe..0fc871f 100755 --- a/tests/z_rpminfo/check-rpminfo.sh +++ b/tests/z_rpminfo/check-rpminfo.sh @@ -2,6 +2,11 @@ # Author: Brian Stinson # Runner script for checking rpminfo so we can fail gracefully on EL5 +if [ "$centos_ver" -eq "8" ]; then + t_Log "check-rpminfo.py not python3/dnf ready on c8 => SKIP" + exit 0 +fi + if [[ $centos_ver != 5 ]] then python "$(dirname "$(readlink -f "$0")")/check-rpminfo.py"