mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
test: use one call to install necessary modules
This commit is contained in:
parent
54966b7cee
commit
e205ae0d9c
@ -20,10 +20,7 @@ fi
|
||||
|
||||
test_append_files() {
|
||||
(
|
||||
instmods "=block"
|
||||
instmods "=md"
|
||||
instmods "=scsi"
|
||||
instmods "=nvme"
|
||||
instmods "=block" "=md" "=nvme" "=scsi"
|
||||
install_dmevent
|
||||
generate_module_dependencies
|
||||
inst_binary lsblk
|
||||
|
Loading…
Reference in New Issue
Block a user