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:
parent
cbcbb67731
commit
91c9771fc3
@ -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 "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user