[PATCH] grub-shell: Only show grub-mkrescue output if it returns an error

2022-08-11 Thread Glenn Washburn
The previous behavior ignored an error and the output from grub-mkrescue. This made it difficult to discover that grub-mkrescue was the reason that tests which rely on grub-shell were failing. Even after discovering grub-mkrescue was the culprit, there was no output to indicate why it was failing.

Re: [PATCH] grub-shell: Only show grub-mkrescue output if it returns an error

2022-08-19 Thread Daniel Kiper
On Thu, Aug 11, 2022 at 12:06:43PM -0500, Glenn Washburn wrote: > The previous behavior ignored an error and the output from grub-mkrescue. > This made it difficult to discover that grub-mkrescue was the reason that > tests which rely on grub-shell were failing. Even after discovering > grub-mkresc