]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fmf: Drop -f from subsequent mkosi sandbox calls
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 19 Mar 2025 13:07:42 +0000 (14:07 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 20 Mar 2025 08:24:07 +0000 (09:24 +0100)
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

index bdde6031cf1503f03113649d86c048e5a2ae90ed..582cc7d8653846f1f556334ddd451409c43c7591 100755 (executable)
@@ -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 \