Re: [PATCH 08/42] migration-test: bootpath is the same for all tests and for all archs

2023-06-20 Thread Peter Xu
On Fri, Jun 09, 2023 at 12:49:09AM +0200, Juan Quintela wrote: > So just make it a global variable. > > Signed-off-by: Juan Quintela Reviewed-by: Peter Xu -- Peter Xu

[PATCH 08/42] migration-test: bootpath is the same for all tests and for all archs

2023-06-08 Thread Juan Quintela
So just make it a global variable. Signed-off-by: Juan Quintela --- tests/qtest/migration-test.c | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index 1fa815fa66..6453216e4e 100644 --- a/tests/q