qemu-e2k/tests/lcitool
Thomas Huth 04cca669b2 tests/lcitool: Do not use a hard-coded /usr/bin/python3 as python interpreter
When running "make lcitool-refresh", this currently uses the hard-coded
/usr/bin/python3 from the script's shebang line for running Python.
That's bad, since neither /usr/bin/python3 is guaranteed to exist, nor
does it honor the python interpreter that the user might have chosen
while running the "configure" script. Thus let's rather use $(PYTHON)
in the Makefile, and improve the shebang line in the script in case
someone runs this directly.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220329063958.262669-1-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2022-03-31 21:32:49 +02:00
..
libvirt-ci@f83b916d5e tests/lcitool: update to latest version 2022-02-28 16:41:57 +00:00
projects tests/lcitool: Install libibumad to cover RDMA on Debian based distros 2022-02-09 12:08:42 +00:00
Makefile.include tests/lcitool: Do not use a hard-coded /usr/bin/python3 as python interpreter 2022-03-31 21:32:49 +02:00
refresh tests/lcitool: Do not use a hard-coded /usr/bin/python3 as python interpreter 2022-03-31 21:32:49 +02:00