Re: [Qemu-devel] [PATCH 1/8] iotests/257: add Pattern class

2019-07-10 Thread John Snow
On 7/10/19 12:26 PM, Max Reitz wrote: > On 10.07.19 03:05, John Snow wrote: >> Just kidding, this is easier to manage with a full class instead of a >> namedtuple. >> >> Signed-off-by: John Snow >> --- >> tests/qemu-iotests/257 | 58 +++--- >> 1 file changed

Re: [Qemu-devel] [PATCH 1/8] iotests/257: add Pattern class

2019-07-10 Thread Max Reitz
On 10.07.19 03:05, John Snow wrote: > Just kidding, this is easier to manage with a full class instead of a > namedtuple. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/257 | 58 +++--- > 1 file changed, 32 insertions(+), 26 deletions(-) > > diff --g

Re: [Qemu-devel] [PATCH 1/8] iotests/257: add Pattern class

2019-07-10 Thread Max Reitz
On 10.07.19 03:05, John Snow wrote: > Just kidding, this is easier to manage with a full class instead of a > namedtuple. > > Signed-off-by: John Snow > --- > tests/qemu-iotests/257 | 58 +++--- > 1 file changed, 32 insertions(+), 26 deletions(-) Reviewed-by:

[Qemu-devel] [PATCH 1/8] iotests/257: add Pattern class

2019-07-09 Thread John Snow
Just kidding, this is easier to manage with a full class instead of a namedtuple. Signed-off-by: John Snow --- tests/qemu-iotests/257 | 58 +++--- 1 file changed, 32 insertions(+), 26 deletions(-) diff --git a/tests/qemu-iotests/257 b/tests/qemu-iotests/257 i