grub-devel
[Top][All Lists]
Advanced

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

[PATCH 1/4] tests: Show host determined fs UUID when hfs UUID test fails


From: Glenn Washburn
Subject: [PATCH 1/4] tests: Show host determined fs UUID when hfs UUID test fails
Date: Wed, 11 May 2022 22:19:44 -0500

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>
---
 tests/util/grub-fs-tester.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/util/grub-fs-tester.in b/tests/util/grub-fs-tester.in
index 3c1d712de..d323665d2 100644
--- a/tests/util/grub-fs-tester.in
+++ b/tests/util/grub-fs-tester.in
@@ -1353,7 +1353,7 @@ for LOGSECSIZE in $(range "$MINLOGSECSIZE" 
"$MAXLOGSECSIZE" 1); do
                        :
                    else
                        echo UUID FAIL
-                       echo "$LSOUT"
+                       echo "$FSUUID"
                        echo "$GRUBUUID"
                        for lodev in $LODEVICES; do
                            blkid "$lodev"
-- 
2.34.1




reply via email to

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