[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 25/27] tests/vm: partially un-tabify help output
From: |
Alex Bennée |
Subject: |
[PATCH v2 25/27] tests/vm: partially un-tabify help output |
Date: |
Wed, 18 Dec 2024 16:21:01 +0000 |
While the make syntax itself uses tabs having a mixture of tabs and
spaces in the vm-help output make no sense and confuses things lining
up between terminal and editor. Fix that.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/vm/Makefile.include | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
index 13ed80f72d..d80ca79a28 100644
--- a/tests/vm/Makefile.include
+++ b/tests/vm/Makefile.include
@@ -64,23 +64,23 @@ endif
@echo " vm-boot-ssh-<guest> - Boot guest and login via ssh"
@echo
@echo "Special variables:"
- @echo " BUILD_TARGET=foo - Override the build target"
- @echo " DEBUG=1 - Enable verbose output on
host and interactive debugging"
- @echo ' EXTRA_CONFIGURE_OPTS="..." - Pass to configure step'
- @echo " J=[0..9]* - Override the -jN parameter
for make commands"
- @echo " LOG_CONSOLE=1 - Log console to file in:
~/.cache/qemu-vm "
- @echo " USE_TCG=1 - Use TCG for cross-arch
images"
- @echo " QEMU=/path/to/qemu - Change path to QEMU binary"
+ @echo " BUILD_TARGET=foo - Override the build target"
+ @echo " DEBUG=1 - Enable verbose output on
host and interactive debugging"
+ @echo ' EXTRA_CONFIGURE_OPTS="..." - Pass to configure step'
+ @echo " J=[0..9]* - Override the -jN parameter
for make commands"
+ @echo " LOG_CONSOLE=1 - Log console to file in:
~/.cache/qemu-vm "
+ @echo " USE_TCG=1 - Use TCG for cross-arch
images"
+ @echo " QEMU=/path/to/qemu - Change path to QEMU binary"
ifeq ($(HAVE_PYTHON_YAML),yes)
- @echo " QEMU_CONFIG=/path/conf.yml - Change path to VM
configuration .yml file."
+ @echo " QEMU_CONFIG=/path/conf.yml - Change path to VM
configuration .yml file."
else
@echo " (install python3-yaml to enable support for yaml file to
configure a VM.)"
endif
- @echo " See conf_example_*.yml for
file format details."
- @echo " QEMU_IMG=/path/to/qemu-img - Change path to qemu-img tool"
- @echo " QEMU_LOCAL=1 - Use QEMU binary local to this
build."
- @echo " TARGET_LIST=a,b,c - Override target list in
builds"
- @echo " V=1 - Enable verbose output on
host and guest commands"
+ @echo " See conf_example_*.yml for
file format details."
+ @echo " QEMU_IMG=/path/to/qemu-img - Change path to qemu-img tool"
+ @echo " QEMU_LOCAL=1 - Use QEMU binary local to
this build."
+ @echo " TARGET_LIST=a,b,c - Override target list in
builds"
+ @echo " V=1 - Enable verbose output on
host and guest commands"
vm-build-all: $(addprefix vm-build-, $(IMAGES))
--
2.39.5
- Re: [PATCH v2 24/27] tests/vm: fix build_path based path, (continued)
- [PATCH v2 23/27] tests/lcitool: remove temp workaround for debian mips64el, Alex Bennée, 2024/12/18
- [PATCH v2 21/27] tests/lcitool: bump to latest version of libvirt-ci, Alex Bennée, 2024/12/18
- [PATCH v2 13/27] tests/functional: update the sparc64 tuxrun tests, Alex Bennée, 2024/12/18
- [PATCH v2 20/27] tests/functional: extend test_aarch64_virt with vulkan test, Alex Bennée, 2024/12/18
- [PATCH v2 22/27] tests/docker: move riscv64 cross container from sid to trixie, Alex Bennée, 2024/12/18
- [PATCH v2 27/27] pc-bios: ensure keymaps dependencies set vnc tests, Alex Bennée, 2024/12/18
- [PATCH v2 25/27] tests/vm: partially un-tabify help output,
Alex Bennée <=
- [PATCH v2 17/27] tests/qtest: remove clock_steps from virtio tests, Alex Bennée, 2024/12/18
- [PATCH v2 26/27] tests/vm: allow interactive login as root, Alex Bennée, 2024/12/18
- [PATCH v2 16/27] util/qemu-timer: fix indentation, Alex Bennée, 2024/12/18
- [PATCH v2 18/27] system/qtest: properly feedback results of clock_[step|set], Alex Bennée, 2024/12/18