]> sourceware.org Git - lvm2.git/commitdiff
test: Remove spurious set -x in lvm-wrapper.
authorPetr Rockai <prockai@redhat.com>
Wed, 1 Oct 2014 09:50:31 +0000 (11:50 +0200)
committerPetr Rockai <prockai@redhat.com>
Thu, 5 Feb 2015 12:51:06 +0000 (13:51 +0100)
test/lib/lvm-wrapper.sh

index 496facc7bfcd26e2f4c483c2ecec263ae1ef8681..8bc96a225dd1549f0a90b1e88538beaa3fcd8d0c 100644 (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= ;;
This page took 0.03558 seconds and 5 git commands to generate.