mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-31 09:49:29 +03:00
tests: remove forgotten -vvvv option
This commit is contained in:
@ -91,8 +91,7 @@ lvchange_single() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lvchange_all() {
|
lvchange_all() {
|
||||||
# remove -vvvv
|
LVM_TEST_TAG="kill_me_$PREFIX" lvchange -aey $vg/$lv1 $vg/$lv2
|
||||||
LVM_TEST_TAG="kill_me_$PREFIX" lvchange -vvvv -aey $vg/$lv1 $vg/$lv2
|
|
||||||
|
|
||||||
# we don't want to spawn more than $1 background pollings
|
# we don't want to spawn more than $1 background pollings
|
||||||
if test -e LOCAL_LVMPOLLD; then
|
if test -e LOCAL_LVMPOLLD; then
|
||||||
|
Reference in New Issue
Block a user