1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-31 16:21:26 +03:00
systemd/test/TEST-17-UDEV/test.sh

14 lines
201 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
2021-03-05 12:36:04 +03:00
TEST_DESCRIPTION="UDEV"
IMAGE_NAME="default"
TEST_NO_NSPAWN=1
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
2021-03-07 23:21:45 +03:00
QEMU_TIMEOUT=800
do_test "$@"