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>
Showing
- tests/docker/travis.py 1 addition, 1 deletiontests/docker/travis.py
- tests/qapi-schema/test-qapi.py 1 addition, 1 deletiontests/qapi-schema/test-qapi.py
- tests/vm/centos 1 addition, 1 deletiontests/vm/centos
- tests/vm/fedora 1 addition, 1 deletiontests/vm/fedora
- tests/vm/freebsd 1 addition, 1 deletiontests/vm/freebsd
- tests/vm/netbsd 1 addition, 1 deletiontests/vm/netbsd
- tests/vm/openbsd 1 addition, 1 deletiontests/vm/openbsd
- tests/vm/ubuntu.i386 1 addition, 1 deletiontests/vm/ubuntu.i386
Please register or sign in to comment