From: Robert Foley Date: Fri, 29 May 2020 20:34:50 +0000 (-0400) Subject: tests/vm: Pass --debug through for vm-boot-ssh X-Git-Tag: v5.1.0-rc0~100^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5326a24378dbf228b5ea842945eff34ed9543a0;p=thirdparty%2Fqemu.git tests/vm: Pass --debug through for vm-boot-ssh This helps debug issues that occur during the boot sequence. Signed-off-by: Robert Foley Reviewed-by: Peter Puhov Reviewed-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Message-Id: <20200529203458.1038-5-robert.foley@linaro.org> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index 74ab522c55d..80f7f6bdee7 100644 --- a/tests/vm/Makefile.include +++ b/tests/vm/Makefile.include @@ -91,6 +91,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, \