From d86df7ac3d89fe07c3b4ed4bd58b31bf086a343b Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Mon, 12 Aug 2024 11:16:44 +0300 Subject: [PATCH] Test 50_test_comps.sh activate --- tests/0_common/50_test_comps.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/0_common/50_test_comps.sh b/tests/0_common/50_test_comps.sh index 76b3037..650172b 100755 --- a/tests/0_common/50_test_comps.sh +++ b/tests/0_common/50_test_comps.sh @@ -3,10 +3,10 @@ t_Log "Running $0 - testing comps.xml groups" -if [ "$CONTAINERTEST" -eq "1" ]; then - t_Log "Running in container -> SKIP" - exit 0 -fi +#if [ "$CONTAINERTEST" -eq "1" ]; then +# t_Log "Running in container -> SKIP" +# exit 0 +#fi if [ "$centos_ver" -eq "7" ]; then t_Log "CentOS $centos_ver -> SKIP"