Signed-off-by: Glenn Washburn <developm...@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


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to