qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v6 3/9] tests/vm: Pass --debug through for vm-boot-ssh.


From: Robert Foley
Subject: [PATCH v6 3/9] tests/vm: Pass --debug through for vm-boot-ssh.
Date: Tue, 12 May 2020 15:33:34 -0400

This helps debug issues that occur during the boot sequence.

Signed-off-by: Robert Foley <address@hidden>
Reviewed-by: Peter Puhov <address@hidden>
---
 tests/vm/Makefile.include | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
index 78a2de1f82..4e041103b7 100644
--- a/tests/vm/Makefile.include
+++ b/tests/vm/Makefile.include
@@ -96,6 +96,7 @@ vm-boot-ssh-%: $(IMAGES_DIR)/%.img
        $(call quiet-command, \
                $(PYTHON) $(SRC_PATH)/tests/vm/$* \
                $(if $(J),--jobs $(J)) \
+               $(if $(V)$(DEBUG), --debug) \
                --image "$<" \
                --interactive \
                false, \
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]