diff options
author | Robert Foley | 2020-03-03 16:06:14 +0100 |
---|---|---|
committer | Alex Bennée | 2020-03-04 10:57:19 +0100 |
commit | 0bc72f901099a6cab250f99be0bf914c1a089190 (patch) | |
tree | eb9fdeb279055fd4f565cc3b2c0b9202e1d4120f /tests | |
parent | Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020... (diff) | |
download | qemu-0bc72f901099a6cab250f99be0bf914c1a089190.tar.gz qemu-0bc72f901099a6cab250f99be0bf914c1a089190.tar.xz qemu-0bc72f901099a6cab250f99be0bf914c1a089190.zip |
tests/vm: use $(PYTHON) consistently
Change Makefile.include to use $(PYTHON) so for vm-boot-ssh to be
consistent with other cases like vm-build.
Signed-off-by: Robert Foley <robert.foley@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Puhov <peter.puhov@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200219163537.22098-2-robert.foley@linaro.org>
Message-Id: <20200303150622.20133-2-alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vm/Makefile.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index 9e7c46a473..778e506755 100644 --- a/tests/vm/Makefile.include +++ b/tests/vm/Makefile.include @@ -80,7 +80,7 @@ vm-boot-serial-%: $(IMAGES_DIR)/%.img vm-boot-ssh-%: $(IMAGES_DIR)/%.img $(call quiet-command, \ - $(SRC_PATH)/tests/vm/$* \ + $(PYTHON) $(SRC_PATH)/tests/vm/$* \ $(if $(J),--jobs $(J)) \ --image "$<" \ --interactive \ |