summaryrefslogtreecommitdiffstats
path: root/tests/docker/Makefile.include
diff options
context:
space:
mode:
authorWainer dos Santos Moschetta2019-03-21 22:25:28 +0100
committerAlex Bennée2019-03-25 11:39:19 +0100
commit87db90182060e0fc821a99cbc2cc2f4ebf1b721d (patch)
tree2088f303eb3527ed9d911e21a90de27b9dc49c47 /tests/docker/Makefile.include
parentdocker: Fix travis script unable to find source dir (diff)
downloadqemu-87db90182060e0fc821a99cbc2cc2f4ebf1b721d.tar.gz
qemu-87db90182060e0fc821a99cbc2cc2f4ebf1b721d.tar.xz
qemu-87db90182060e0fc821a99cbc2cc2f4ebf1b721d.zip
docker: trivial changes to `make docker` help
Apply double quotes and period punctuation uniformly. Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Message-Id: <20190321212528.6100-1-wainersm@redhat.com> Reviewed-by: Fam Zheng <fam@euphon.net> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/Makefile.include')
-rw-r--r--tests/docker/Makefile.include6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include
index 60314d293a..c0e1bf57a3 100644
--- a/tests/docker/Makefile.include
+++ b/tests/docker/Makefile.include
@@ -151,15 +151,15 @@ docker:
@echo
@echo ' docker: Print this help.'
@echo ' docker-all-tests: Run all image/test combinations.'
- @echo ' docker-TEST: Run TEST on all image combinations.'
+ @echo ' docker-TEST: Run "TEST" on all image combinations.'
@echo ' docker-clean: Kill and remove residual docker testing containers.'
@echo ' docker-TEST@IMAGE: Run "TEST" in container "IMAGE".'
@echo ' Note: "TEST" is one of the listed test name,'
@echo ' or a script name under $$QEMU_SRC/tests/docker/;'
- @echo ' "IMAGE" is one of the listed container name."'
+ @echo ' "IMAGE" is one of the listed container name.'
@echo ' docker-image: Build all images.'
@echo ' docker-image-IMAGE: Build image "IMAGE".'
- @echo ' docker-run: For manually running a "TEST" with "IMAGE"'
+ @echo ' docker-run: For manually running a "TEST" with "IMAGE".'
@echo
@echo 'Available container images:'
@echo ' $(DOCKER_IMAGES)'