From: Jo Zzsi Date: Sun, 28 Sep 2025 11:42:36 +0000 (-0400) Subject: ci: only pass TEST_FSTYPE to the CI container if it is set X-Git-Tag: 109~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8a258df5bb4002199225781a56b493e2582a6bb;p=thirdparty%2Fdracut-ng.git ci: only pass TEST_FSTYPE to the CI container if it is set Follow-up to 58007a0 to resolve the CI coverage regression where TEST_FSTYPE defaulted to ext4 in all test containers. --- diff --git a/test/test.sh b/test/test.sh index 044050bfc..1d7258f62 100755 --- a/test/test.sh +++ b/test/test.sh @@ -49,7 +49,7 @@ fi # clear previous test run TARGETS='clean all install check' "$PODMAN" run --rm -it \ --device=/dev/kvm --privileged \ - -e V -e TESTS -e TEST_RUN_ID -e TARGETS -e MAKEFLAGS -e TEST_DRACUT_ARGS -e TEST_FSTYPE \ + -e V -e TESTS -e TEST_RUN_ID -e TARGETS -e MAKEFLAGS -e TEST_DRACUT_ARGS ${TEST_FSTYPE:+-e TEST_FSTYPE} \ -v "$PWD"/:/z \ "$CONTAINER" \ /z/test/test-container.sh