Re: [PATCH v4 14/15] qemu-iotests: add option to show qemu binary logs on stdout

2021-05-28 Thread Emanuele Giuseppe Esposito
+   imgfmt = os.environ.get('IMGFMT', 'raw')   imgproto = os.environ.get('IMGPROTO', 'file')   output_dir = os.environ.get('OUTPUT_DIR', '.') @@ -614,6 +616,13 @@ def _post_shutdown(self) -> None:   super()._post_shutdown()   self.subprocess_check_valgrind(qemu_valgrind) +    de

Re: [PATCH v4 14/15] qemu-iotests: add option to show qemu binary logs on stdout

2021-05-28 Thread Vladimir Sementsov-Ogievskiy
20.05.2021 10:52, Emanuele Giuseppe Esposito wrote: Using the flag -p, allow the qemu binary to print to stdout. Reviewed-by: Max Reitz Signed-off-by: Emanuele Giuseppe Esposito --- tests/qemu-iotests/check | 4 +++- tests/qemu-iotests/iotests.py | 9 + tests/qemu-iotests/test

[PATCH v4 14/15] qemu-iotests: add option to show qemu binary logs on stdout

2021-05-20 Thread Emanuele Giuseppe Esposito
Using the flag -p, allow the qemu binary to print to stdout. Reviewed-by: Max Reitz Signed-off-by: Emanuele Giuseppe Esposito --- tests/qemu-iotests/check | 4 +++- tests/qemu-iotests/iotests.py | 9 + tests/qemu-iotests/testenv.py | 9 +++-- 3 files changed, 19 insertions(+),