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

2022-05-27 Thread Daniel Kiper
On Fri, May 27, 2022 at 01:39:25PM -0500, Glenn Washburn wrote: > On Fri, 27 May 2022 16:16:48 +0200 > Daniel Kiper wrote: > > > On Wed, May 11, 2022 at 10:19:44PM -0500, Glenn Washburn wrote: > > > On failure, the hfs test should show both the host and GRUB determined fs > > > UUID. Prior to this

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

2022-05-27 Thread Glenn Washburn
On Fri, 27 May 2022 16:16:48 +0200 Daniel Kiper wrote: > On Wed, May 11, 2022 at 10:19:44PM -0500, Glenn Washburn wrote: > > 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

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

2022-05-27 Thread Daniel Kiper
On Wed, May 11, 2022 at 10:19:44PM -0500, Glenn Washburn wrote: > 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 Washb

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

2022-05-11 Thread Glenn Washburn
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 --- tests/util/grub-fs-tester.in | 2 +- 1 file changed, 1 insertio