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.
Showing
- tests/library-infinitepush.sh 1 addition, 1 deletiontests/library-infinitepush.sh
- tests/narrow-library.sh 1 addition, 1 deletiontests/narrow-library.sh
- tests/remotefilelog-library.sh 2 additions, 2 deletionstests/remotefilelog-library.sh
- tests/test-check-pyflakes.t 2 additions, 2 deletionstests/test-check-pyflakes.t
- tests/test-convert-svn-encoding.t 1 addition, 1 deletiontests/test-convert-svn-encoding.t
- tests/test-fuzz-targets.t 1 addition, 1 deletiontests/test-fuzz-targets.t
- tests/test-infinitepush-ci.t 1 addition, 1 deletiontests/test-infinitepush-ci.t
- tests/test-nointerrupt.t 3 additions, 3 deletionstests/test-nointerrupt.t
- tests/test-remotefilelog-cacheprocess.t 1 addition, 1 deletiontests/test-remotefilelog-cacheprocess.t
- tests/test-remotefilelog-gc.t 1 addition, 1 deletiontests/test-remotefilelog-gc.t
- tests/test-remotefilelog-http.t 1 addition, 1 deletiontests/test-remotefilelog-http.t
- tests/test-unified-test.t 2 additions, 2 deletionstests/test-unified-test.t
- tests/test-update-atomic.t 7 additions, 7 deletionstests/test-update-atomic.t
- tests/test-verify-repo-operations.py 1 addition, 1 deletiontests/test-verify-repo-operations.py
Loading
Please register or sign in to comment