Re: [PATCH 04/18] iotests: Let _make_test_img parse its parameters

2019-09-29 Thread Maxim Levitsky
On Fri, 2019-09-27 at 11:42 +0200, Max Reitz wrote: > This will allow us to add more options than just -b. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/common.rc | 28 > 1 file changed, 20 insertions(+), 8 deletions(-) > > diff --git a/tests/qemu-iotests/

[PATCH 04/18] iotests: Let _make_test_img parse its parameters

2019-09-27 Thread Max Reitz
This will allow us to add more options than just -b. Signed-off-by: Max Reitz --- tests/qemu-iotests/common.rc | 28 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc index 12b4751848..3e7adc483