On Mon, Nov 27, 2023 at 12:44:53PM -0300, Fabiano Rosas wrote: > >> +static void migration_test_wrapper(const void *data) > >> +{ > >> + MigrationTest *test = (MigrationTest *)data; > >> + > >> + g_test_message("Running /%s%s", qtest_get_arch(), test->name); > > > > /%s/%s? > > The test name contains a leading slash.
Then I suppose qtest_add_func() just tried to omit the duplicated '/'? Never mind then. My R-b holds. Thanks, -- Peter Xu