Re: [Mesa-dev] [PATCHv2 1/2] meson: Use python to run glsl tests

2018-08-18 Thread Eric Engestrom
On Friday, 2018-08-17 12:11:32 +0100, Emil Velikov wrote: > From: Dylan Baker > > There are multiple reasons why the python scripts are executed > explicitly via $PYTHON or equivalent. In random order: > > - env is rarely a thing on Windows > - env can be outside of /usr/bin/ > - the python e

Re: [Mesa-dev] [PATCHv2 1/2] meson: Use python to run glsl tests

2018-08-18 Thread Emil Velikov
On 17 August 2018 at 18:59, Dylan Baker wrote: > Quoting Emil Velikov (2018-08-17 04:11:32) >> From: Dylan Baker >> >> There are multiple reasons why the python scripts are executed >> explicitly via $PYTHON or equivalent. In random order: >> >> - env is rarely a thing on Windows > > windows doe

Re: [Mesa-dev] [PATCHv2 1/2] meson: Use python to run glsl tests

2018-08-17 Thread Dylan Baker
Quoting Emil Velikov (2018-08-17 04:11:32) > From: Dylan Baker > > There are multiple reasons why the python scripts are executed > explicitly via $PYTHON or equivalent. In random order: > > - env is rarely a thing on Windows windows does something completely different based on file extensions

[Mesa-dev] [PATCHv2 1/2] meson: Use python to run glsl tests

2018-08-17 Thread Emil Velikov
From: Dylan Baker There are multiple reasons why the python scripts are executed explicitly via $PYTHON or equivalent. In random order: - env is rarely a thing on Windows - env can be outside of /usr/bin/ - the python executable varies across platforms - pythonX.Y, python - we want to use th