aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/wrap/wrap.py
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-02-23 11:46:30 +0530
committerJussi Pakkanen <jpakkane@gmail.com>2017-02-26 07:52:49 -0500
commit0e6045864cdae4ec8f05ee28e12573533ad38c0f (patch)
tree0532d3cd9efd391f0f11cfb9920ba45101c258fb /mesonbuild/wrap/wrap.py
parent438f219864df10b6143725acbf574abcd38f9d8f (diff)
downloadmeson-0e6045864cdae4ec8f05ee28e12573533ad38c0f.zip
meson-0e6045864cdae4ec8f05ee28e12573533ad38c0f.tar.gz
meson-0e6045864cdae4ec8f05ee28e12573533ad38c0f.tar.bz2
tests: Use #!/usr/bin/env python3 for all scripts
We automatically convert that to use sys.executable now which is always available on all platforms (because we're running with it). On some platforms like NetBSD, `python` doesn't exist, and you must use a specific python version. On most other distros, `python` is Python 2, and we don't want to depend on that. Closes https://github.com/mesonbuild/meson/issues/695 All these scripts were being used as `find_program()`, so we do not lose any test coverage by doing this.
Diffstat (limited to 'mesonbuild/wrap/wrap.py')
0 files changed, 0 insertions, 0 deletions