Re: [PATCH 02/10] iotests/297: Add get_files() function

2021-07-20 Thread John Snow
On Tue, Jul 6, 2021 at 5:02 AM Vladimir Sementsov-Ogievskiy < vsement...@virtuozzo.com> wrote: > 25.06.2021 21:20, 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 >

Re: [PATCH 02/10] iotests/297: Add get_files() function

2021-07-06 Thread Vladimir Sementsov-Ogievskiy
25.06.2021 21:20, 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 Reviewed-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/297 | 11 +-- 1 file changed, 9

[PATCH 02/10] iotests/297: Add get_files() function

2021-06-25 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 | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tests/qemu-iotests/297