[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 9/9] docker: trivial changes to `make docker` help
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [PULL 9/9] docker: trivial changes to `make docker` help |
Date: |
Mon, 25 Mar 2019 13:20:09 +0000 |
From: Wainer dos Santos Moschetta <address@hidden>
Apply double quotes and period punctuation uniformly.
Signed-off-by: Wainer dos Santos Moschetta <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Fam Zheng <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>
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 ' address@hidden: 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)'
--
2.20.1
- [Qemu-devel] [PULL 0/9 for 4.0] fpu and testing fixes, Alex Bennée, 2019/03/25
- [Qemu-devel] [PULL 1/9] configure: add --target-list-exclude, Alex Bennée, 2019/03/25
- [Qemu-devel] [PULL 3/9] .travis.yml: --disable-user for --without-default-devices, Alex Bennée, 2019/03/25
- [Qemu-devel] [PULL 2/9] .travis.yml: split some more system builds, Alex Bennée, 2019/03/25
- [Qemu-devel] [PULL 4/9] .travis.yml: reduce number of targets built while disabling things, Alex Bennée, 2019/03/25
- [Qemu-devel] [PULL 7/9] docker: Fix travis.py parser and misc change, Alex Bennée, 2019/03/25
- [Qemu-devel] [PULL 6/9] hardfloat: fix float32/64 fused multiply-add, Alex Bennée, 2019/03/25
- [Qemu-devel] [PULL 5/9] target/mips: Fix minor bug in FPU, Alex Bennée, 2019/03/25
- [Qemu-devel] [PULL 8/9] docker: Fix travis script unable to find source dir, Alex Bennée, 2019/03/25
- [Qemu-devel] [PULL 9/9] docker: trivial changes to `make docker` help,
Alex Bennée <=
- Re: [Qemu-devel] [PULL 0/9 for 4.0] fpu and testing fixes, Peter Maydell, 2019/03/25