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:
parent
37329e4184
commit
f5512315d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user