Re: [PATCH 2/8] tests/docker: cleanup non-verbose output

2023-08-14 Thread Thomas Huth
On 10/08/2023 17.36, Alex Bennée wrote: Even with --quiet docker will spam the sha256 to the console. Avoid this by redirecting stdout. While we are at it fix the name we echo which was broken during 0b1a649047 (tests/docker: use direct RUNC call to build containers). Signed-off-by: Alex Bennée

[PATCH 2/8] tests/docker: cleanup non-verbose output

2023-08-10 Thread Alex Bennée
Even with --quiet docker will spam the sha256 to the console. Avoid this by redirecting stdout. While we are at it fix the name we echo which was broken during 0b1a649047 (tests/docker: use direct RUNC call to build containers). Signed-off-by: Alex Bennée --- tests/docker/Makefile.include | 6 ++