Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=3f8da600795f65d7d... Commit: 3f8da600795f65d7d8a692db35e7442899a40dc8 Parent: afdff405423f1d40db17382db4cf4b0b1dbdbfae Author: Zdenek Kabelac zkabelac@redhat.com AuthorDate: Wed Apr 22 09:01:49 2015 +0200 Committer: Zdenek Kabelac zkabelac@redhat.com CommitterDate: Wed Apr 22 09:09:26 2015 +0200
tests: notify drops log always
Even on success remove debug.log here. --- test/lib/aux.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/test/lib/aux.sh b/test/lib/aux.sh index 55dd60b..737050d 100644 --- a/test/lib/aux.sh +++ b/test/lib/aux.sh @@ -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 }
lvm2-commits@lists.fedorahosted.org