From 46ad323a398810d5da13b26abca169b937837ad4 Mon Sep 17 00:00:00 2001 From: Alberto Faria Date: Tue, 23 Apr 2024 06:55:40 +0100 Subject: [PATCH] WIP Signed-off-by: Alberto Faria --- plans/main.fmf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plans/main.fmf b/plans/main.fmf index 7067e35..573599b 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -10,17 +10,13 @@ prepare: - podman - qemu-img - rustfmt - - name: Set up libvirt - how: shell - script: - - sudo systemctl start virtqemud /unit_test: summary: Run unit tests execute: how: tmt script: | - PATH=$PATH:/root/.cargo/bin make unit + PATH=$PATH:/root/.cargo/bin LIBGUESTFS_BACKEND=direct make unit /validate_test: summary: Run validate test