[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 6/7] tests/qtest/migration: Add a wrapper to print test na
From: |
Peter Xu |
Subject: |
Re: [PATCH v1 6/7] tests/qtest/migration: Add a wrapper to print test names |
Date: |
Mon, 27 Nov 2023 10:56:26 -0500 |
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