1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

test: Re-instate exec in lvm-wrapper, catching crashes inside not.

This commit is contained in:
Petr Rockai 2013-04-11 16:22:35 +02:00
parent cbcbb67731
commit 91c9771fc3

View File

@ -28,5 +28,5 @@ if test -n "$LVM_VALGRIND"; then
esac esac
fi fi
$RUN_VALGRIND "$abs_top_builddir/tools/lvm" $CMD "$@" && \ # the exec is important, because otherwise fatal signals inside "not" go unnoticed
rm -f debug.log # Remove log for successful command exec $RUN_VALGRIND "$abs_top_builddir/tools/lvm" $CMD "$@"