mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-24 17:57:48 +03:00
tests: notify drops log always
Even on success remove debug.log here.
This commit is contained in:
parent
afdff40542
commit
3f8da60079
@ -124,7 +124,9 @@ lvmetad_dump() {
|
||||
|
||||
notify_lvmetad() {
|
||||
if test -e LOCAL_LVMETAD; then
|
||||
LVM_LOG_FILE_EPOCH= pvscan --cache "$@" || rm -f debug.log
|
||||
# Ignore results here...
|
||||
LVM_LOG_FILE_EPOCH= pvscan --cache "$@" || true
|
||||
rm -f debug.log
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user