1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00

test: make it sure that devices are processed by udevd before running subtests

This commit is contained in:
Yu Watanabe 2024-05-31 16:10:55 +09:00
parent 60914351c8
commit 052500a072

View File

@ -206,6 +206,7 @@ if [[ -n "${OPENSSL_CONFIG:-}" ]]; then
udevadm lock --device="${loop}p3" dd if="$MINIMAL_IMAGE.verity-sig" of="${loop}p3"
fi
losetup -d "$loop"
udevadm settle --timeout=60
: "Run subtests"