Pass TEST_FSTYPE to the test container and document a more complex
test run using TEST_FSTYPE.
$ V=2 test/test.sh
----
+Run test 20 with `btrfs` omitting `systemd` dracut module on `debian` :: {empty}
++
+[,console]
+----
+$ TESTS="20" TEST_FSTYPE=btrfs TEST_DRACUT_ARGS="--omit systemd" test/test.sh debian
+----
+
=== On bare metal
For the testsuite to pass, you will have to install at least the software packages
# 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 V -e TESTS -e TEST_RUN_ID -e TARGETS -e MAKEFLAGS -e TEST_DRACUT_ARGS -e TEST_FSTYPE \
-v "$PWD"/:/z \
"$CONTAINER" \
/z/test/test-container.sh