Re: [Qemu-devel] [PATCH v2 3/3] iotests: use python logging for iotests.log()

2019-09-09 Thread Max Reitz
On 29.07.19 23:35, John Snow wrote: > We can turn logging on/off globally instead of per-function. > > Remove use_log from run_job, and use python logging to turn on > diffable output when we run through a script entry point. > > iotest 245 changes output order due to buffering reasons. > > Sign

[Qemu-devel] [PATCH v2 3/3] iotests: use python logging for iotests.log()

2019-07-29 Thread John Snow
We can turn logging on/off globally instead of per-function. Remove use_log from run_job, and use python logging to turn on diffable output when we run through a script entry point. iotest 245 changes output order due to buffering reasons. Signed-off-by: John Snow --- tests/qemu-iotests/030