From: Glenn Washburn Date: Thu, 12 May 2022 03:19:44 +0000 (-0500) Subject: tests: Show host determined fs UUID when hfs UUID test fails X-Git-Tag: grub-2.12-rc1~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6911dbdc62c389e73a9e1e4d5eb8ba1af2358190;p=thirdparty%2Fgrub.git tests: Show host determined fs UUID when hfs UUID test fails On failure, the hfs test should show both the host and GRUB determined fs UUID. Prior to this change, both outputs where generated by GRUB, which is less helpful in determining the cause of failure. Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- diff --git a/tests/util/grub-fs-tester.in b/tests/util/grub-fs-tester.in index 3c1d712de..43f6175c3 100644 --- a/tests/util/grub-fs-tester.in +++ b/tests/util/grub-fs-tester.in @@ -1353,6 +1353,7 @@ for LOGSECSIZE in $(range "$MINLOGSECSIZE" "$MAXLOGSECSIZE" 1); do : else echo UUID FAIL + echo "$FSUUID" echo "$LSOUT" echo "$GRUBUUID" for lodev in $LODEVICES; do