1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-18 06:03:42 +03:00

14 lines
201 B
Bash
Raw Normal View History

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