Re: [PATCH v3 06/16] iotests/297: Add get_files() function

2021-09-22 Thread John Snow
On Fri, Sep 17, 2021 at 5:24 AM Hanna Reitz wrote: > On 16.09.21 06:09, John Snow wrote: > > Split out file discovery into its own method to begin separating out the > > "environment setup" and "test execution" phases. > > > > Signed-off-by: John Snow > > --- > > tests/qemu-iotests/297 | 12 ++

Re: [PATCH v3 06/16] iotests/297: Add get_files() function

2021-09-17 Thread Hanna Reitz
On 16.09.21 06:09, John Snow wrote: Split out file discovery into its own method to begin separating out the "environment setup" and "test execution" phases. Signed-off-by: John Snow --- tests/qemu-iotests/297 | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/t

[PATCH v3 06/16] iotests/297: Add get_files() function

2021-09-15 Thread John Snow
Split out file discovery into its own method to begin separating out the "environment setup" and "test execution" phases. Signed-off-by: John Snow --- tests/qemu-iotests/297 | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tests/qemu-iotests/297 b/tests/qemu-iotes