Re: [Mesa-dev] [PATCH 1/4] glsl: remove execute bit/shebang from glcpp_test.py

2018-04-24 Thread Dylan Baker
Quoting Emil Velikov (2018-04-24 10:49:19) > From: Emil Velikov > > Mesa explicitly manages the invocation of all python scripts. > Do so here, by removing the shebang line alongside the execute bit of > the newly introduced script. > > Fixes: db8cd8e36771 ("glcpp/tests: Convert shell scripts to

[Mesa-dev] [PATCH 1/4] glsl: remove execute bit/shebang from glcpp_test.py

2018-04-24 Thread Emil Velikov
From: Emil Velikov Mesa explicitly manages the invocation of all python scripts. Do so here, by removing the shebang line alongside the execute bit of the newly introduced script. Fixes: db8cd8e36771 ("glcpp/tests: Convert shell scripts to a python script") Cc: Dylan Baker Signed-off-by: Emil V