mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-11 20:58:50 +03:00
tests: workaround udevd compromising tests
Patch helps a bit when lvm2 is build with disabled udev_sync support, but udevd runs in the system - so it randomly influences unrelated tests even - so before every test wait at least till udevd is settled.
This commit is contained in:
parent
93a07a1b84
commit
66f4698a93
@ -214,3 +214,5 @@ case "$PATH" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
test -z "$PREFIX" || prepare_test_vars
|
test -z "$PREFIX" || prepare_test_vars
|
||||||
|
|
||||||
|
test -e /sbin/udevsettle && pidof udevd >/dev/null && /sbin/udevsettle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user