Skip to content

Commit 3f6b694

Browse files
committed
tests/vm: partially un-tabify help output
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. Reviewed-by: Thomas Huth <[email protected]> Signed-off-by: Alex Bennée <[email protected]> Message-Id: <[email protected]>
1 parent f673a45 commit 3f6b694

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tests/vm/Makefile.include

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,23 @@ endif
6464
@echo " vm-boot-ssh-<guest> - Boot guest and login via ssh"
6565
@echo
6666
@echo "Special variables:"
67-
@echo " BUILD_TARGET=foo - Override the build target"
68-
@echo " DEBUG=1 - Enable verbose output on host and interactive debugging"
69-
@echo ' EXTRA_CONFIGURE_OPTS="..." - Pass to configure step'
70-
@echo " J=[0..9]* - Override the -jN parameter for make commands"
71-
@echo " LOG_CONSOLE=1 - Log console to file in: ~/.cache/qemu-vm "
72-
@echo " USE_TCG=1 - Use TCG for cross-arch images"
73-
@echo " QEMU=/path/to/qemu - Change path to QEMU binary"
67+
@echo " BUILD_TARGET=foo - Override the build target"
68+
@echo " DEBUG=1 - Enable verbose output on host and interactive debugging"
69+
@echo ' EXTRA_CONFIGURE_OPTS="..." - Pass to configure step'
70+
@echo " J=[0..9]* - Override the -jN parameter for make commands"
71+
@echo " LOG_CONSOLE=1 - Log console to file in: ~/.cache/qemu-vm "
72+
@echo " USE_TCG=1 - Use TCG for cross-arch images"
73+
@echo " QEMU=/path/to/qemu - Change path to QEMU binary"
7474
ifeq ($(HAVE_PYTHON_YAML),yes)
75-
@echo " QEMU_CONFIG=/path/conf.yml - Change path to VM configuration .yml file."
75+
@echo " QEMU_CONFIG=/path/conf.yml - Change path to VM configuration .yml file."
7676
else
7777
@echo " (install python3-yaml to enable support for yaml file to configure a VM.)"
7878
endif
79-
@echo " See conf_example_*.yml for file format details."
80-
@echo " QEMU_IMG=/path/to/qemu-img - Change path to qemu-img tool"
81-
@echo " QEMU_LOCAL=1 - Use QEMU binary local to this build."
82-
@echo " TARGET_LIST=a,b,c - Override target list in builds"
83-
@echo " V=1 - Enable verbose output on host and guest commands"
79+
@echo " See conf_example_*.yml for file format details."
80+
@echo " QEMU_IMG=/path/to/qemu-img - Change path to qemu-img tool"
81+
@echo " QEMU_LOCAL=1 - Use QEMU binary local to this build."
82+
@echo " TARGET_LIST=a,b,c - Override target list in builds"
83+
@echo " V=1 - Enable verbose output on host and guest commands"
8484

8585
vm-build-all: $(addprefix vm-build-, $(IMAGES))
8686

0 commit comments

Comments
 (0)