From: Daan De Meyer Date: Wed, 19 Mar 2025 13:07:42 +0000 (+0100) Subject: fmf: Drop -f from subsequent mkosi sandbox calls X-Git-Tag: v258-rc1~1040^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5cf72b56667e5ff8401e5232d05fc3cf5adbc4e;p=thirdparty%2Fsystemd.git 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. --- 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 \