mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
3611ed7378
Note that run_test() calls coredumpctl in a loop because in certain environments (1 vCPU unaccelerated QEMU VM) it might take quite a while to process the coredump.
9 lines
166 B
Bash
Executable File
9 lines
166 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
TEST_DESCRIPTION="test udev's event-timeout and timeout-signal options"
|
|
TEST_NO_NSPAWN=1
|
|
. $TEST_BASE_DIR/test-functions
|
|
|
|
do_test "$@" 49
|