Re: [PATCH] tests/docker: Fix typo in help message

2021-01-19 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > To have the variable properly passed, we need to set it, > ie. NOUSER=1. Fix the message displayed by 'make docker'. > > Signed-off-by: Philippe Mathieu-Daudé Queued to testing/next, thanks. > --- > tests/docker/Makefile.include | 2 +- > 1 file changed, 1 i

[PATCH] tests/docker: Fix typo in help message

2021-01-18 Thread Philippe Mathieu-Daudé
To have the variable properly passed, we need to set it, ie. NOUSER=1. Fix the message displayed by 'make docker'. Signed-off-by: Philippe Mathieu-Daudé --- tests/docker/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docker/Makefile.include b/tests/doc