Re: [Qemu-devel] [PATCH 2/4] check-venv: use recorded Python version

2018-11-09 Thread Eduardo Habkost
On Fri, Nov 09, 2018 at 10:07:08AM -0500, Cleber Rosa wrote: > 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 Reviewed-by: Ed

[Qemu-devel] [PATCH 2/4] check-venv: use recorded Python version

2018-11-09 Thread Cleber Rosa
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 --- tests/Makefile.include | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff