Re: [Qemu-devel] [PATCH 4/5] iotests: Add @use_log to VM.run_job()

2019-07-02 Thread John Snow
On 7/2/19 12:19 PM, Max Reitz wrote: > On 02.07.19 00:59, John Snow wrote: >> >> >> On 6/27/19 6:32 PM, Max Reitz wrote: >>> unittest-style tests generally do not use the log file, but VM.run_job() >>> can still be useful to them. Add a parameter to it that hides its >>> output from the log

Re: [Qemu-devel] [PATCH 4/5] iotests: Add @use_log to VM.run_job()

2019-07-02 Thread Max Reitz
On 02.07.19 00:59, John Snow wrote: > > > On 6/27/19 6:32 PM, Max Reitz wrote: >> unittest-style tests generally do not use the log file, but VM.run_job() >> can still be useful to them. Add a parameter to it that hides its >> output from the log file. >> >> Signed-off-by: Max Reitz > >

Re: [Qemu-devel] [PATCH 4/5] iotests: Add @use_log to VM.run_job()

2019-07-01 Thread John Snow
On 6/27/19 6:32 PM, Max Reitz wrote: > unittest-style tests generally do not use the log file, but VM.run_job() > can still be useful to them. Add a parameter to it that hides its > output from the log file. > > Signed-off-by: Max Reitz Wondering out loud: can log() (and by extension

[Qemu-devel] [PATCH 4/5] iotests: Add @use_log to VM.run_job()

2019-06-27 Thread Max Reitz
unittest-style tests generally do not use the log file, but VM.run_job() can still be useful to them. Add a parameter to it that hides its output from the log file. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 18 +- 1 file changed, 13 insertions(+), 5