1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

tests: ignore failure from stop

This commit is contained in:
Zdenek Kabelac 2023-10-05 22:59:00 +02:00
parent 37329e4184
commit f5512315d2

View File

@ -82,7 +82,7 @@ dmsetup info -c
# if for any reason array went up - stop it again
if mdadm --detail "$mddev" ; then
mdadm --stop "$mddev"
mdadm --stop "$mddev" || true
aux udev_wait
should not mdadm --detail "$mddev"
fi