1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

test: Remove spurious set -x in lvm-wrapper.

This commit is contained in:
Petr Rockai 2014-10-01 11:50:31 +02:00
parent d8983d4bd4
commit 78ba413ed1

View File

@ -31,8 +31,6 @@ if test -n "$LVM_STRACE"; then
RUN_DBG="strace $LVM_STRACE -o strace.log"
fi
set -x
case "$CMD" in
lvs|pvs|vgs|vgck|vgscan)
test ${LVM_DEBUG_LEVEL:-0} -lt 2 && RUN_DBG= ;;