Re: [Qemu-devel] [PATCH 2/3] iotests: Enable -d for Python non-unittest tests

2019-08-06 Thread John Snow
On 8/6/19 5:51 AM, Kevin Wolf wrote: > Am 06.08.2019 um 00:19 hat John Snow geschrieben: >> >> >> On 8/2/19 10:07 AM, Kevin Wolf wrote: >>> Am 01.08.2019 um 19:57 hat Max Reitz geschrieben: On 01.08.19 17:17, Kevin Wolf wrote: > The part of iotests.main() that is related to the implemen

Re: [Qemu-devel] [PATCH 2/3] iotests: Enable -d for Python non-unittest tests

2019-08-06 Thread Kevin Wolf
Am 06.08.2019 um 00:19 hat John Snow geschrieben: > > > On 8/2/19 10:07 AM, Kevin Wolf wrote: > > Am 01.08.2019 um 19:57 hat Max Reitz geschrieben: > >> On 01.08.19 17:17, Kevin Wolf wrote: > >>> The part of iotests.main() that is related to the implementation of the > >>> debug option -d and ena

Re: [Qemu-devel] [PATCH 2/3] iotests: Enable -d for Python non-unittest tests

2019-08-05 Thread John Snow
On 8/2/19 10:07 AM, Kevin Wolf wrote: > Am 01.08.2019 um 19:57 hat Max Reitz geschrieben: >> On 01.08.19 17:17, Kevin Wolf wrote: >>> The part of iotests.main() that is related to the implementation of the >>> debug option -d and enables QEMU and QMP logging is not only useful in >>> tests that

Re: [Qemu-devel] [PATCH 2/3] iotests: Enable -d for Python non-unittest tests

2019-08-02 Thread Kevin Wolf
Am 01.08.2019 um 19:57 hat Max Reitz geschrieben: > On 01.08.19 17:17, Kevin Wolf wrote: > > The part of iotests.main() that is related to the implementation of the > > debug option -d and enables QEMU and QMP logging is not only useful in > > tests that use the Python unittest framework, but also

Re: [Qemu-devel] [PATCH 2/3] iotests: Enable -d for Python non-unittest tests

2019-08-01 Thread Max Reitz
On 01.08.19 17:17, Kevin Wolf wrote: > The part of iotests.main() that is related to the implementation of the > debug option -d and enables QEMU and QMP logging is not only useful in > tests that use the Python unittest framework, but also in tests that > work by comparing with a reference output.

[Qemu-devel] [PATCH 2/3] iotests: Enable -d for Python non-unittest tests

2019-08-01 Thread Kevin Wolf
The part of iotests.main() that is related to the implementation of the debug option -d and enables QEMU and QMP logging is not only useful in tests that use the Python unittest framework, but also in tests that work by comparing with a reference output. Factor these parts out into iotests.init()