diff options
author | Robert Foley <robert.foley@linaro.org> | 2020-05-29 16:34:50 -0400 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-05-31 18:25:31 +0200 |
commit | d5326a24378dbf228b5ea842945eff34ed9543a0 (patch) | |
tree | 609756ab3af0d43bd66fdb078c352eb52d378608 /tests/vm | |
parent | c95dddce4910c9cd5315b942180b03ca4e48a6a6 (diff) | |
download | qemu-d5326a24378dbf228b5ea842945eff34ed9543a0.zip qemu-d5326a24378dbf228b5ea842945eff34ed9543a0.tar.gz qemu-d5326a24378dbf228b5ea842945eff34ed9543a0.tar.bz2 |
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>
Diffstat (limited to 'tests/vm')
-rw-r--r-- | tests/vm/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index 74ab522..80f7f6b 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, \ |