From 8dce07dd14b84c9980ce717455dad3f39739c8bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Thu, 10 Jul 2025 16:30:07 +0200 Subject: [PATCH] main.fmf: mark tests as executed using beakerlib By default, the generic `shell` framework value is used which is not compatible with beakerlib exit codes. Related: https://tmt.readthedocs.io/en/stable/spec/tests.html#framework --- main.fmf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.fmf b/main.fmf index e6d235c..b49b673 100644 --- a/main.fmf +++ b/main.fmf @@ -1,4 +1,5 @@ contact: Pavel Raiskup component: [cpio] +framework: beakerlib test: ./runtest.sh distros: [fedora, rhel-7, rhel-8]