mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: remove forgotten -vvvv option
This commit is contained in:
parent
257f7febc7
commit
2ec51e6185
@ -91,8 +91,7 @@ lvchange_single() {
|
||||
}
|
||||
|
||||
lvchange_all() {
|
||||
# remove -vvvv
|
||||
LVM_TEST_TAG="kill_me_$PREFIX" lvchange -vvvv -aey $vg/$lv1 $vg/$lv2
|
||||
LVM_TEST_TAG="kill_me_$PREFIX" lvchange -aey $vg/$lv1 $vg/$lv2
|
||||
|
||||
# we don't want to spawn more than $1 background pollings
|
||||
if test -e LOCAL_LVMPOLLD; then
|
||||
|
Loading…
Reference in New Issue
Block a user