Re: [PATCH 4/9] tests: remove test-gdbstub.py

2023-08-16 Thread Ilya Leoshkevich
On Wed, 2023-08-16 at 13:33 +0100, Alex Bennée wrote: > > Ilya Leoshkevich writes: > > > On Tue, 2023-08-15 at 15:51 +0100, Alex Bennée wrote: > > > This isn't directly called by our CI and because it doesn't run > > > via > > > our run-test.py script does things slightly differently. Lets > > >

Re: [PATCH 4/9] tests: remove test-gdbstub.py

2023-08-16 Thread Alex Bennée
Ilya Leoshkevich writes: > On Tue, 2023-08-15 at 15:51 +0100, Alex Bennée wrote: >> This isn't directly called by our CI and because it doesn't run via >> our run-test.py script does things slightly differently. Lets remove >> it as we have plenty of working in-tree tests now for various aspect

Re: [PATCH 4/9] tests: remove test-gdbstub.py

2023-08-16 Thread Ilya Leoshkevich
On Tue, 2023-08-15 at 15:51 +0100, Alex Bennée wrote: > This isn't directly called by our CI and because it doesn't run via > our run-test.py script does things slightly differently. Lets remove > it as we have plenty of working in-tree tests now for various aspects > of gdbstub. > > Signed-off-by

[PATCH 4/9] tests: remove test-gdbstub.py

2023-08-15 Thread Alex Bennée
This isn't directly called by our CI and because it doesn't run via our run-test.py script does things slightly differently. Lets remove it as we have plenty of working in-tree tests now for various aspects of gdbstub. Signed-off-by: Alex Bennée --- tests/guest-debug/test-gdbstub.py | 177 --