mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
test/TEST-17-UDEV: use default image
No need to build a separate 700MB image to save 3080 bytes in the default image.
This commit is contained in:
parent
756755d0fc
commit
dce95d0b15
@ -2,7 +2,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
TEST_DESCRIPTION="UDEV"
|
TEST_DESCRIPTION="UDEV"
|
||||||
IMAGE_NAME="udev"
|
IMAGE_NAME="default"
|
||||||
TEST_NO_NSPAWN=1
|
TEST_NO_NSPAWN=1
|
||||||
|
|
||||||
# shellcheck source=test/test-functions
|
# shellcheck source=test/test-functions
|
||||||
@ -10,11 +10,4 @@ TEST_NO_NSPAWN=1
|
|||||||
|
|
||||||
QEMU_TIMEOUT=800
|
QEMU_TIMEOUT=800
|
||||||
|
|
||||||
test_append_files() {
|
|
||||||
(
|
|
||||||
instmods dummy
|
|
||||||
generate_module_dependencies
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
do_test "$@"
|
do_test "$@"
|
||||||
|
@ -863,6 +863,7 @@ install_modules() {
|
|||||||
|
|
||||||
instmods loop
|
instmods loop
|
||||||
instmods vfat
|
instmods vfat
|
||||||
|
instmods dummy
|
||||||
|
|
||||||
if [[ "$LOOKS_LIKE_SUSE" ]]; then
|
if [[ "$LOOKS_LIKE_SUSE" ]]; then
|
||||||
instmods ext4
|
instmods ext4
|
||||||
|
Loading…
Reference in New Issue
Block a user