From f5cf72b56667e5ff8401e5232d05fc3cf5adbc4e Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 19 Mar 2025 14:07:42 +0100 Subject: [PATCH] fmf: Drop -f from subsequent mkosi sandbox calls Only required for the first call to mkosi sandbox, after that we can assume the tools tree has already been built. --- test/fmf/integration-tests/test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/fmf/integration-tests/test.sh b/test/fmf/integration-tests/test.sh index bdde6031cf1..582cc7d8653 100755 --- a/test/fmf/integration-tests/test.sh +++ b/test/fmf/integration-tests/test.sh @@ -88,10 +88,10 @@ export TEST_SKIP="TEST-21-DFUZZER" mkosi summary mkosi -f sandbox -- true -mkosi -f sandbox -- meson setup --buildtype=debugoptimized -Dintegration-tests=true build +mkosi sandbox -- meson setup --buildtype=debugoptimized -Dintegration-tests=true build mkosi genkey -mkosi -f sandbox -- meson compile -C build mkosi -mkosi -f sandbox -- \ +mkosi sandbox -- meson compile -C build mkosi +mkosi sandbox -- \ meson test \ -C build \ --no-rebuild \ -- 2.47.3