Re: [PATCH v6 2/9] iotests: add script_initialize

2020-03-03 Thread John Snow
On 2/27/20 8:47 AM, Max Reitz wrote: > On 27.02.20 01:06, John Snow wrote: >> Like script_main, but doesn't require a single point of entry. >> Replace all existing initialization sections with this drop-in replacement. >> >> This brings debug support to all existing script-style iotests. >> >>

Re: [PATCH v6 2/9] iotests: add script_initialize

2020-02-27 Thread Max Reitz
On 27.02.20 01:06, John Snow wrote: > Like script_main, but doesn't require a single point of entry. > Replace all existing initialization sections with this drop-in replacement. > > This brings debug support to all existing script-style iotests. > > Signed-off-by: John Snow > --- > tests/qemu-