Re: [Qemu-block] [PATCH v2 13/18] iotests: add testing shim for script-style python tests

2019-07-04 Thread Max Reitz
On 03.07.19 23:55, John Snow wrote: > Because the new-style python tests don't use the iotests.main() test > launcher, we don't turn on the debugger logging for these scripts > when invoked via ./check -d. > > Refactor the launcher shim into new and old style shims so that they > share

[Qemu-block] [PATCH v2 13/18] iotests: add testing shim for script-style python tests

2019-07-03 Thread John Snow
Because the new-style python tests don't use the iotests.main() test launcher, we don't turn on the debugger logging for these scripts when invoked via ./check -d. Refactor the launcher shim into new and old style shims so that they share environmental configuration. Two cleanup notes: debug was