mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 14:49:23 +00:00
tests/vm: Pass --debug through for vm-boot-ssh
This helps debug issues that occur during the boot sequence. Signed-off-by: Robert Foley <robert.foley@linaro.org> Reviewed-by: Peter Puhov <peter.puhov@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200529203458.1038-5-robert.foley@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
committed by
Philippe Mathieu-Daudé
parent
c95dddce49
commit
d5326a2437
@ -91,6 +91,7 @@ vm-boot-ssh-%: $(IMAGES_DIR)/%.img
|
|||||||
$(call quiet-command, \
|
$(call quiet-command, \
|
||||||
$(PYTHON) $(SRC_PATH)/tests/vm/$* \
|
$(PYTHON) $(SRC_PATH)/tests/vm/$* \
|
||||||
$(if $(J),--jobs $(J)) \
|
$(if $(J),--jobs $(J)) \
|
||||||
|
$(if $(V)$(DEBUG), --debug) \
|
||||||
--image "$<" \
|
--image "$<" \
|
||||||
--interactive \
|
--interactive \
|
||||||
false, \
|
false, \
|
||||||
|
Reference in New Issue
Block a user