intel/tools: rewrite run-test.sh in python
authorEric Engestrom <eric@engestrom.ch>
Wed, 31 Jul 2019 11:19:55 +0000 (12:19 +0100)
committerMarge Bot <eric+marge@anholt.net>
Sat, 13 Jun 2020 20:32:08 +0000 (20:32 +0000)
commitccaa5b034f4845672e22c4bb990a8272a16da15e
tree60fe53b62a76c830c956ad42b1c36a1f61a56941
parentebb33b2c0aa7392f4c252f8789b8b0830215d40d
intel/tools: rewrite run-test.sh in python

Old script created files in the source directory, which is generally
considered bad form.

The rewrite to python instead of duct-taping around in the shell script
goes towards the goal of only having cross-platform python scripts,
which is also harder to make mistakes in than shell scripts.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5155>
src/intel/tools/meson.build
src/intel/tools/tests/run-test.py [new file with mode: 0755]
src/intel/tools/tests/run-test.sh [deleted file]