From 6e53120fd193b022862a6bb68ae0fb78d226949c Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Tue, 2 May 2023 10:47:18 +0200 Subject: [PATCH] CI Tests: Relax check for RPMs (not applicable to rhel8 modules) --- tests/Regression/python-probing/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Regression/python-probing/runtest.sh b/tests/Regression/python-probing/runtest.sh index e8ce264..f4061ea 100755 --- a/tests/Regression/python-probing/runtest.sh +++ b/tests/Regression/python-probing/runtest.sh @@ -41,7 +41,7 @@ collection_path=$(which python | sed 's/\/usr\/bin\/python//') rlJournalStart rlPhaseStartSetup - rlAssertRpm --all + # rlAssertRpm --all rlAssertRpm "systemtap" rlLogInfo "Running on kernel: $(uname -r)" rlRun "rpm -qa 'systemtap*'" 0 "Checking systemtap packages"