From 264e560fe676e4c04da1216402ae1a92d870ef00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 3 Aug 2026 12:11:03 +0200 Subject: [PATCH] tests/zipl-sync - fix rpm check --- tests/zipl-sync/runtest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/zipl-sync/runtest.sh b/tests/zipl-sync/runtest.sh index 42bac90..d8544d8 100755 --- a/tests/zipl-sync/runtest.sh +++ b/tests/zipl-sync/runtest.sh @@ -27,13 +27,13 @@ # Include Beaker environment . /usr/share/beakerlib/beakerlib.sh || exit 1 -PACKAGE="s390utils-core strace" +PACKAGES="s390utils-core strace" log=/tmp/zipl.log rlJournalStart rlPhaseStartSetup - rlAssertRpm $PACKAGE + rlAssertRpm --all rlPhaseEnd rlPhaseStartTest "Check if zipl is using syncfs() instead of potentially blocking sync()"