[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 1/9] tests/vm: use $(PYTHON) consistently
From: |
Alex Bennée |
Subject: |
[PULL 1/9] tests/vm: use $(PYTHON) consistently |
Date: |
Wed, 4 Mar 2020 10:01:46 +0000 |
From: Robert Foley <address@hidden>
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 <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Reviewed-by: Peter Puhov <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Message-Id: <address@hidden>
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
index 9e7c46a4735..778e5067554 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 \
--
2.20.1
- [PULL 0/9] testing updates (tests/vm and acceptance tweaks), Alex Bennée, 2020/03/04
- [PULL 1/9] tests/vm: use $(PYTHON) consistently,
Alex Bennée <=
- [PULL 7/9] configure: detect and report genisoimage, Alex Bennée, 2020/03/04
- [PULL 2/9] tests/vm: Debug mode shows ssh output., Alex Bennée, 2020/03/04
- [PULL 4/9] tests/vm: give wait_ssh() option to wait for root, Alex Bennée, 2020/03/04
- [PULL 3/9] tests/vm: increased max timeout for vm boot., Alex Bennée, 2020/03/04
- [PULL 8/9] tests/acceptance: bump avocado requirements to 76.0, Alex Bennée, 2020/03/04
- [PULL 9/9] travis.yml: install python3 numpy and opencv libraries, Alex Bennée, 2020/03/04
- [PULL 5/9] tests/vm: Added gen_cloud_init_iso() to basevm.py, Alex Bennée, 2020/03/04
- [PULL 6/9] travis: enable tools build on OS X, Alex Bennée, 2020/03/04
- Re: [PULL 0/9] testing updates (tests/vm and acceptance tweaks), Peter Maydell, 2020/03/05