]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/Makefile.include
tests: respect --enable/--disable-download for Avocado
[mirror_qemu.git] / tests / Makefile.include
index dab1989a07103b1c589546e73b6a15bed5b4f9ae..c9d1674bd070ac13ecec414df485c6d3025d0933 100644 (file)
@@ -111,7 +111,7 @@ quiet-venv-pip = $(quiet-@)$(call quiet-command-run, \
 
 $(TESTS_VENV_TOKEN): $(SRC_PATH)/pythondeps.toml
        $(call quiet-venv-pip,install -e "$(SRC_PATH)/python/")
-       $(PYTHON) python/scripts/mkvenv.py ensuregroup --online $< avocado
+       $(MKVENV_ENSUREGROUP) $< avocado
        $(call quiet-command, touch $@)
 
 $(TESTS_RESULTS_DIR):