On 4/24/2026 8:41 AM, Daniel P. Berrangé wrote: > The TAP output on a skipped test: > > ok raw 181 # SKIP > > is not informative. > > The test program included a reason, and that should be displayed > in TAP mode (it is already shown in non-TAP mode): > > ok raw 181 # SKIP Postcopy is not supported > > Reviewed-by: Thomas Huth <[email protected]> > Signed-off-by: Daniel P. Berrangé <[email protected]> > --- > tests/qemu-iotests/testrunner.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Good idea, Reviewed-by: Pierrick Bouvier <[email protected]>
