Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
miri-script: Transform Windows paths to unix.
python3 snippet used to fill $MIRIDIR variable returns native paths. Down the line in `bench` subcommand this leads to benchmark setup failure, preventing contributors from running benchmarks on Windows hosts. This commit replaces usage of native os.path module with pathlib, which explicitly converts paths to Unix flavour.
- Loading branch information