Skip to content
Snippets Groups Projects
Commit 03ba722e authored by Matt Harbison's avatar Matt Harbison
Browse files

tests: ensure `$PYTHON` is quoted for Windows

Global installs of python3 go into "Program Files", and tons of tests fail with
mysterious errors if this isn't quoted.  Most of this is a followup to
0826d684a1b5, but a some of these were existing issues.  Shebang lines are
ignored because quoting breaks direct execution- these will need to be launched
indirectly with the quoted `$PYTHON` command.
parent 813f1719
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment