Skip to content

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.

Merge request reports