Re: [PATCH 6/6] qtest: ensure netdev-socket tests have non-overlapping names

2024-01-04 Thread Philippe Mathieu-Daudé
On 4/1/24 17:29, Daniel P. Berrangé wrote: When naming glib tests if the name of one test is a substring of the name of another test, it is not possible to use the '-p /the/name' option to run a single test. Signed-off-by: Daniel P. Berrangé --- tests/qtest/netdev-socket.c | 2 +- 1 file cha

[PATCH 6/6] qtest: ensure netdev-socket tests have non-overlapping names

2024-01-04 Thread Daniel P . Berrangé
When naming glib tests if the name of one test is a substring of the name of another test, it is not possible to use the '-p /the/name' option to run a single test. Signed-off-by: Daniel P. Berrangé --- tests/qtest/netdev-socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git