]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/docker: Fix typo in help message
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 2 Feb 2021 13:39:47 +0000 (13:39 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Feb 2021 09:41:00 +0000 (09:41 +0000)
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>

tests/docker/Makefile.include

index 0779dab5b96d3abc66326321883c8bae9c66dec9..bdc53ddfcf9e91c093b1fd4c35034580f8cdd290 100644 (file)
@@ -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>]"'