[lvm-devel] master - tests: metadata-zero-space more debugging

David Teigland teigland at sourceware.org
Thu Sep 12 19:38:53 UTC 2019


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=196a9ed59fa65666a1efa26440166ace6206e545
Commit:        196a9ed59fa65666a1efa26440166ace6206e545
Parent:        39a0de68bdbd26bf64e2cc92731c9095c5d36e17
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Thu Sep 12 14:38:20 2019 -0500
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Thu Sep 12 14:38:20 2019 -0500

tests: metadata-zero-space more debugging

---
 test/shell/metadata-zero-space.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/shell/metadata-zero-space.sh b/test/shell/metadata-zero-space.sh
index ec7b65c..1bd1eef 100644
--- a/test/shell/metadata-zero-space.sh
+++ b/test/shell/metadata-zero-space.sh
@@ -38,7 +38,7 @@ xxd meta.raw > meta.txt
 # to help debug if the next grep fails
 ls -l meta.txt
 head -n 100 meta.txt
-grep -A4 -B4 00001200 meta.txt
+grep -A4 -B4 1200 meta.txt
 
 grep -B1 "$vg {" meta.txt > meta.vg
 




More information about the lvm-devel mailing list