mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +03:00
dce95d0b15
No need to build a separate 700MB image to save 3080 bytes in the default image.
14 lines
201 B
Bash
Executable File
14 lines
201 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
TEST_DESCRIPTION="UDEV"
|
|
IMAGE_NAME="default"
|
|
TEST_NO_NSPAWN=1
|
|
|
|
# shellcheck source=test/test-functions
|
|
. "${TEST_BASE_DIR:?}/test-functions"
|
|
|
|
QEMU_TIMEOUT=800
|
|
|
|
do_test "$@"
|