From: Glenn Washburn Date: Fri, 17 Sep 2021 23:04:03 +0000 (+0000) Subject: tests: Output list of devices when partmap fails X-Git-Tag: grub-2.12-rc1~543 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5450c3fde4c39a23c99f54b4e82740f11c78c422;p=thirdparty%2Fgrub.git tests: Output list of devices when partmap fails Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- diff --git a/tests/partmap_test.in b/tests/partmap_test.in index e72af9ce4..0043bcf4c 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