mirror of https://github.com/xemu-project/xemu.git
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:
parent
097a5f19a3
commit
ecc00666a0
|
@ -341,6 +341,7 @@ class TestRunner(ContextManager['TestRunner']):
|
||||||
elif res.status == 'not run':
|
elif res.status == 'not run':
|
||||||
notrun.append(name)
|
notrun.append(name)
|
||||||
|
|
||||||
|
sys.stdout.flush()
|
||||||
if res.interrupted:
|
if res.interrupted:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue