Re: [PATCH 0/3] Allow easy re-running of grub-shell from failed tests

2023-01-25 Thread Daniel Kiper
On Sat, Jan 21, 2023 at 12:10:43AM -0600, Glenn Washburn wrote: > When a non-native (eg. grub-shell/qemu) test fails it can be useful to be > able to re-run the grub-shell invocation in at least two circumstances. > > 1. The tester wants to re-run the grub-shell invocation with extra args so >t

[PATCH 0/3] Allow easy re-running of grub-shell from failed tests

2023-01-20 Thread Glenn Washburn
When a non-native (eg. grub-shell/qemu) test fails it can be useful to be able to re-run the grub-shell invocation in at least two circumstances. 1. The tester wants to re-run the grub-shell invocation with extra args so that QEMU starts in GDB attach mode for using GDB to debug the test case 2