diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-12-05 15:18:17 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-12-13 06:29:09 +0100 |
commit | ee07fff03b8a87346fc001b16fd366b84d47ba02 (patch) | |
tree | c4493f667931176c21515cb6215280624f84807c /test/TEST-74-AUX-UTILS | |
parent | test: create ESP and xbootldr partitions (diff) | |
download | systemd-ee07fff03b8a87346fc001b16fd366b84d47ba02.tar.xz systemd-ee07fff03b8a87346fc001b16fd366b84d47ba02.zip |
test: add basic coverity tests for bootctl
Diffstat (limited to 'test/TEST-74-AUX-UTILS')
-rwxr-xr-x | test/TEST-74-AUX-UTILS/test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/TEST-74-AUX-UTILS/test.sh b/test/TEST-74-AUX-UTILS/test.sh index f033ec469f..7940600612 100755 --- a/test/TEST-74-AUX-UTILS/test.sh +++ b/test/TEST-74-AUX-UTILS/test.sh @@ -16,6 +16,12 @@ test_append_files() { # the QEMU test, as nspawn refuses the invalid machine ID with -EUCLEAN printf "556f48e837bc4424a710fa2e2c9d3e3c\ne3d\n" >"$workspace/etc/machine-id" fi + + if host_has_btrfs && host_has_mdadm; then + install_btrfs + install_mdadm + generate_module_dependencies + fi } do_test "$@" |