Re: [PATCH v6 4/9] iotest 258: use script_main

2020-02-27 Thread Philippe Mathieu-Daudé
On 2/27/20 1:06 AM, John Snow wrote: Since this one is nicely factored to use a single entry point, use script_main to run the tests. Signed-off-by: John Snow --- tests/qemu-iotests/258 | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tests/qemu-iotests/258 b/t

Re: [PATCH v6 4/9] iotest 258: use script_main

2020-02-27 Thread Max Reitz
On 27.02.20 01:06, John Snow wrote: > Since this one is nicely factored to use a single entry point, > use script_main to run the tests. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/258 | 11 --- > 1 file changed, 4 insertions(+), 7 deletions(-) Reviewed-by: Max Reitz sig

[PATCH v6 4/9] iotest 258: use script_main

2020-02-26 Thread John Snow
Since this one is nicely factored to use a single entry point, use script_main to run the tests. Signed-off-by: John Snow --- tests/qemu-iotests/258 | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tests/qemu-iotests/258 b/tests/qemu-iotests/258 index a65151dda6..e