From 82b887a4cfa12f32781cc0dc89c51d89658179a1 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Thu, 12 Sep 2019 11:19:44 -0500 Subject: [PATCH] tests: more debug in metadata-zero-space --- test/shell/metadata-zero-space.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/shell/metadata-zero-space.sh b/test/shell/metadata-zero-space.sh index f69aee551..ec7b65cc0 100644 --- a/test/shell/metadata-zero-space.sh +++ b/test/shell/metadata-zero-space.sh @@ -36,6 +36,8 @@ dd if="$dev1" of=meta.raw bs=1M count=1 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 -B1 "$vg {" meta.txt > meta.vg