For reasons still not clear to me passing the single dashed
-interactive would confuse the argument parsing enough we tried to
pass "nterative" as a string to the launch command causing failure and
head scratching.

Signed-off-by: Alex Bennée <[email protected]>
---
 tests/vm/Makefile.include | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
index 14188bba1c6..bf4b83d2a45 100644
--- a/tests/vm/Makefile.include
+++ b/tests/vm/Makefile.include
@@ -142,6 +142,6 @@ vm-boot-ssh-%: $(IMAGES_DIR)/%.img $(VM_VENV)
                $(if $(EFI_AARCH64),--efi-aarch64 $(EFI_AARCH64)) \
                $(if $(LOG_CONSOLE),--log-console) \
                --image "$<" \
-               $(if $(ROOT_USER),--interactive-root,-interactive) \
+               $(if $(ROOT_USER),--interactive-root,--interactive) \
                false, \
                "  VM-BOOT-SSH $*") || true
-- 
2.47.3


Reply via email to