qemu-patch-raspberry4/tests/vm
Philippe Mathieu-Daudé c88ee46cdb tests: Explicit usage of Python 3
Use the program search path to find the Python 3 interpreter.

Patch created mechanically by running:

  $ sed -i "s,^#\!/usr/bin/\(env\ \)\?python$,#\!/usr/bin/env python3," \
       $(git grep -l 'if __name__.*__main__')

Reported-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Suggested-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20200130163232.10446-5-philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
2020-02-07 15:12:48 +01:00
..
basevm.py tests/vm: Allow to set qemu-img path 2019-12-18 20:17:33 +00:00
centos tests: Explicit usage of Python 3 2020-02-07 15:12:48 +01:00
fedora tests: Explicit usage of Python 3 2020-02-07 15:12:48 +01:00
freebsd tests: Explicit usage of Python 3 2020-02-07 15:12:48 +01:00
Makefile.include tests/vm: Allow to set qemu-img path 2019-12-18 20:17:33 +00:00
netbsd tests: Explicit usage of Python 3 2020-02-07 15:12:48 +01:00
openbsd tests: Explicit usage of Python 3 2020-02-07 15:12:48 +01:00
README docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
ubuntu.i386 tests: Explicit usage of Python 3 2020-02-07 15:12:48 +01:00

See docs/devel/testing.rst for help.