[PATCH v3 07/15] tests: run "make check-venv" before running iotests

John Snow posted 15 patches 1 week, 2 days ago
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Ed Maste <emaste@freebsd.org>, Li-Wen Hsu <lwhsu@freebsd.org>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
[PATCH v3 07/15] tests: run "make check-venv" before running iotests
Posted by John Snow 1 week, 2 days ago
Soon, qemu.qmp will not be included in the qemu.git tree and so invoking
the meson target for preparing the "checktests" mkvenv group will be
necessary for this test to run successfully. Doing it now in its own
patch separates this change from the big switcheroo patches.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
---
 .gitlab-ci.d/buildtest.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index c3a9e8428c2..97bddbffb40 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -348,6 +348,7 @@ build-tcg-disabled:
                    --disable-docs --disable-sdl --disable-gtk --disable-vnc
       || { cat config.log meson-logs/meson-log.txt && exit 1; }
     - make -j"$JOBS"
+    - make check-venv
     - make check-unit
     - make check-qapi-schema
     - cd tests/qemu-iotests/
-- 
2.51.1