Re: [PATCH 07/15] tests/docker: simplify docker-TEST@IMAGE targets

2022-03-28 Thread Philippe Mathieu-Daudé
On 28/3/22 16:02, Paolo Bonzini wrote: No need to go through the shell when we already have the test and images at the point where the targets are declared. Signed-off-by: Paolo Bonzini --- tests/docker/Makefile.include | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) Rev

[PATCH 07/15] tests/docker: simplify docker-TEST@IMAGE targets

2022-03-28 Thread Paolo Bonzini
No need to go through the shell when we already have the test and images at the point where the targets are declared. Signed-off-by: Paolo Bonzini --- tests/docker/Makefile.include | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tests/docker/Makefile.include b/te