aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Washburn <development@efficientek.com>2022-05-11 22:19:44 -0500
committerDaniel Kiper <daniel.kiper@oracle.com>2022-06-07 12:36:55 +0200
commit6911dbdc62c389e73a9e1e4d5eb8ba1af2358190 (patch)
tree277b0cee3bf91c2f678df2e56e6ae8f92c0b0453
parent6333e564432be4ee3d82ff2459533dfb593c3865 (diff)
downloadgrub-6911dbdc62c389e73a9e1e4d5eb8ba1af2358190.tar.gz
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 <development@efficientek.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
-rw-r--r--tests/util/grub-fs-tester.in1
1 files changed, 1 insertions, 0 deletions
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