qemu-devel
[Top][All Lists]
Advanced

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

[PATCH v7 06/12] tests/vm: Pass --debug through for vm-boot-ssh.


From: Robert Foley
Subject: [PATCH v7 06/12] tests/vm: Pass --debug through for vm-boot-ssh.
Date: Tue, 19 May 2020 09:22:53 -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 d9b34eae63..e22c391a2a 100644
--- a/tests/vm/Makefile.include
+++ b/tests/vm/Makefile.include
@@ -97,6 +97,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]