Re: [PATCH 1/5] tests/9pfs: Factor out do_fs_version() helper

2020-10-20 Thread Christian Schoenebeck
On Dienstag, 20. Oktober 2020 17:41:56 CEST Greg Kurz wrote: > On Tue, 20 Oct 2020 17:34:05 +0200 > > Christian Schoenebeck wrote: > > On Dienstag, 20. Oktober 2020 17:11:05 CEST Greg Kurz wrote: > > > fs_version() is a top level test function. Factor out the sugar > > > to a separate helper inst

Re: [PATCH 1/5] tests/9pfs: Factor out do_fs_version() helper

2020-10-20 Thread Greg Kurz
On Tue, 20 Oct 2020 17:34:05 +0200 Christian Schoenebeck wrote: > On Dienstag, 20. Oktober 2020 17:11:05 CEST Greg Kurz wrote: > > fs_version() is a top level test function. Factor out the sugar > > to a separate helper instead of hijacking it in other tests. > > > > Signed-off-by: Greg Kurz >

Re: [PATCH 1/5] tests/9pfs: Factor out do_fs_version() helper

2020-10-20 Thread Christian Schoenebeck
On Dienstag, 20. Oktober 2020 17:11:05 CEST Greg Kurz wrote: > fs_version() is a top level test function. Factor out the sugar > to a separate helper instead of hijacking it in other tests. > > Signed-off-by: Greg Kurz > --- > tests/qtest/virtio-9p-test.c | 14 +- > 1 file changed,

[PATCH 1/5] tests/9pfs: Factor out do_fs_version() helper

2020-10-20 Thread Greg Kurz
fs_version() is a top level test function. Factor out the sugar to a separate helper instead of hijacking it in other tests. Signed-off-by: Greg Kurz --- tests/qtest/virtio-9p-test.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/tests/qtest/virtio-9p-test.c