Re: [PATCH v3 3/4] tests: Do not occlude grub-shell return code

2021-10-11 Thread Daniel Kiper
On Thu, Oct 07, 2021 at 03:33:26PM -0500, Glenn Washburn wrote: > The script grub-shell does the bulk of the testing. If it returns an error > code, that means that the test failed and the test should immediately exit > with that error code. When grub-shell is used as a non-terminating command > in

[PATCH v3 3/4] tests: Do not occlude grub-shell return code

2021-10-07 Thread Glenn Washburn
The script grub-shell does the bulk of the testing. If it returns an error code, that means that the test failed and the test should immediately exit with that error code. When grub-shell is used as a non-terminating command in a pipeline, eg. when data needs to be extracted from its output, its er