Tests don't allow spaces in path
Open
Area: Our Own Build
testing
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 139
Description
Some tests check files at particular locations, and they do not properly escape spaces in the path. This can cause tests to fail erroneously due to looking in the wrong location.
To reproduce the issue, run `.\build.cmd -test` from a folder for which at least one parent folder includes a space in its name.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.