mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
qemu-iotests: flush after every test
This makes it possible to see what is happening, even if the output of "make check-block" is not sent to a tty (for example if it is sent to grep or tee). Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -341,6 +341,7 @@ class TestRunner(ContextManager['TestRunner']):
|
||||
elif res.status == 'not run':
|
||||
notrun.append(name)
|
||||
|
||||
sys.stdout.flush()
|
||||
if res.interrupted:
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user