Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework how test processes are called on Windows
This changes how runSubprocess works on Windows to insert all of the calls within a temporary bash script. This ensures that the entire environment is available when running the processes, which doesn't work when simply calling subprocess.check_call().
- Loading branch information