We provide `BUILD_PATH` to our build script; provide it and mutate `PATH` when running our tests as well. We were previously using `cygpath` to try to convert a _list_ of Windows paths into cygwin / Unix style `PATH` format. This does not work -- it treats the path list as a single path (with semicolons -- understandably as those are allowed characters in a Windows path). For example, `C:\One;C:\Two;C:\Three` is converted to `/c/one;c:/two;c:/three`. Add a new function to convert path lists, so that paths are split by semicolon and fed to `cygpath` independently, then re-joined with a colon. This means that our example `C:\One;C:\Two;C:\Three` is correctly converted to `/c/one:/c/two:/c/three`.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
docker | Loading commit data... | |
build.sh | Loading commit data... | |
coverity.sh | Loading commit data... | |
getcontainer.sh | Loading commit data... | |
setup-mingw-build.sh | Loading commit data... | |
setup-mingw.sh | Loading commit data... | |
setup-osx-benchmark.sh | Loading commit data... | |
setup-osx-build.sh | Loading commit data... | |
setup-osx.sh | Loading commit data... | |
setup-ubuntu-benchmark.sh | Loading commit data... | |
setup-win32-benchmark.sh | Loading commit data... | |
setup-win32-build.sh | Loading commit data... | |
test.sh | Loading commit data... |