tests: use python3 as the python executable name
commitaa19dd33ce616c1a34bb569da8e642f0b6f51fa0
authorJohn Snow <jsnow@redhat.com>
Thu, 26 May 2022 00:09:15 +0000 (25 20:09 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 Jun 2022 07:26:54 +0000 (6 09:26 +0200)
tree14e4c7a756c909a317acdab334fa99a313471a3f
parentcaa0f7cbaf4159186d614849ddfbdd89f26d597c
tests: use python3 as the python executable name

Use "python3" instead of "python" as per PEP0394:
https://peps.python.org/pep-0394/

This should always be defined (in a venv, at least!), matching the
preferred python shebang of "#!/usr/bin/env python3".

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220526000921.1581503-4-jsnow@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/Makefile.include