]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
check-venv: use recorded Python version
authorCleber Rosa <crosa@redhat.com>
Fri, 9 Nov 2018 15:07:08 +0000 (10:07 -0500)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 17 Jan 2019 19:52:40 +0000 (17:52 -0200)
commit4061fcf288d146078bab13589064317c8264a1a3
treec2729c6a5c35d133dff226e6cdb6061b5d7ff776
parent755ee70ff758584b8b6190b2cab4b480402af201
check-venv: use recorded Python version

The current approach works fine, but it runs Python on every make
command (even if it's not related to the venv usage).

This is just an optimization, and not a change of behavior.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20181109150710.31085-3-crosa@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
tests/Makefile.include