Re: [PATCH] risu: Add test summary

2023-11-13 Thread Peter Maydell
On Mon, 13 Nov 2023 at 17:04, Thomas Huth wrote: > > On 08/11/2023 17.23, Sebastian Mitterle wrote: > > Currently, a successful test run finishes silently with exit code 0. > > The last message on the console is "starting image" which can leave > > the user wondering if they executed the commands

Re: [PATCH] risu: Add test summary

2023-11-13 Thread Thomas Huth
On 08/11/2023 17.23, Sebastian Mitterle wrote: Currently, a successful test run finishes silently with exit code 0. The last message on the console is "starting image" which can leave the user wondering if they executed the commands correctly. Thanks for the patch, I think this is a good idea -

[PATCH] risu: Add test summary

2023-11-08 Thread Sebastian Mitterle
Currently, a successful test run finishes silently with exit code 0. The last message on the console is "starting image" which can leave the user wondering if they executed the commands correctly. Now add a summary of the number of executed instructions in case of success. Don't add that message w