From 6a5f99748c620b823990f9b6cde53c0f31a750db Mon Sep 17 00:00:00 2001 From: Alex Iribarren Date: Dec 23 2021 16:57:50 +0000 Subject: Skip on C7, there's no --debugsolver to abuse --- diff --git a/tests/0_common/50_test_comps.sh b/tests/0_common/50_test_comps.sh index 68e607c..1fb683b 100755 --- a/tests/0_common/50_test_comps.sh +++ b/tests/0_common/50_test_comps.sh @@ -3,6 +3,11 @@ t_Log "Running $0 - testing comps.xml groups" +if [ "$centos_ver" -eq "7" ]; then + t_Log "CentOS $centos_ver -> SKIP" + exit 0 +fi + # Get **all** the group IDs ALL_GROUPS=`dnf group list -v --hidden | grep '^ ' | sed 's/.*(\(.*\))$/\1/'`