grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 09/10] tests: Output list of devices when partmap fails


From: Glenn Washburn
Subject: [PATCH 09/10] tests: Output list of devices when partmap fails
Date: Fri, 17 Sep 2021 23:04:03 +0000

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 tests/partmap_test.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/partmap_test.in b/tests/partmap_test.in
index faace51ec..3d9871a2f 100644
--- a/tests/partmap_test.in
+++ b/tests/partmap_test.in
@@ -43,7 +43,7 @@ check_output () {
     for dsk in $@; do
        if ! grep "($dsk)" "${outfile}" >/dev/null
        then
-           echo "($dsk): disk/partiton not found"
+           echo "($dsk): disk/partiton not found in: $(cat "${outfile}")"
            exit 1
        fi
     done
-- 
2.32.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]