Re: [PATCH v1 4/7] tests/docker: fix the IMAGE for build invocation

2022-06-13 Thread Richard Henderson
On 6/13/22 10:12, Alex Bennée wrote: We inadvertently broke the ability to run local builds when the code was re-factored. The result was the run stanza failing to find the docker image with it's qemu/ prefix. Signed-off-by: Alex Bennée Fixes: d39eaa2266 ("tests/docker: simplify docker-TEST@IMA

[PATCH v1 4/7] tests/docker: fix the IMAGE for build invocation

2022-06-13 Thread Alex Bennée
We inadvertently broke the ability to run local builds when the code was re-factored. The result was the run stanza failing to find the docker image with it's qemu/ prefix. Signed-off-by: Alex Bennée Fixes: d39eaa2266 ("tests/docker: simplify docker-TEST@IMAGE targets") --- tests/docker/Makefile