summaryrefslogtreecommitdiffstats
path: root/tests/docker/Makefile.include
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-02-02 14:39:47 +0100
committerAlex Bennée2021-02-08 10:41:00 +0100
commitdc23bbc3df448d91727535067a05f686b8b29e63 (patch)
tree0d39dc24136e3f36d8166fbc41601b7217a7873f /tests/docker/Makefile.include
parenttests/docker: Fix _get_so_libs() for docker-binfmt-image (diff)
downloadqemu-dc23bbc3df448d91727535067a05f686b8b29e63.tar.gz
qemu-dc23bbc3df448d91727535067a05f686b8b29e63.tar.xz
qemu-dc23bbc3df448d91727535067a05f686b8b29e63.zip
tests/docker: Fix typo in help message
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é <f4bug@amsat.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210119052120.522069-1-f4bug@amsat.org> Message-Id: <20210202134001.25738-3-alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/Makefile.include')
-rw-r--r--tests/docker/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include
index 0779dab5b9..bdc53ddfcf 100644
--- a/tests/docker/Makefile.include
+++ b/tests/docker/Makefile.include
@@ -209,7 +209,7 @@ endif
@echo ' before running the command.'
@echo ' NETWORK=1 Enable virtual network interface with default backend.'
@echo ' NETWORK=$$BACKEND Enable virtual network interface with $$BACKEND.'
- @echo ' NOUSER Define to disable adding current user to containers passwd.'
+ @echo ' NOUSER=1 Define to disable adding current user to containers passwd.'
@echo ' NOCACHE=1 Ignore cache when build images.'
@echo ' EXECUTABLE=<path> Include executable in image.'
@echo ' EXTRA_FILES="<path> [... <path>]"'