Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core_dsl: disable Getwd() with environment variable (#1357)
os.Getwd() calls os.Getenv("PWD"), which can change from run to run if you are using a test suite runner like e.g. Buildkite. Because test caching relies on environment variables being the same from run to run, this facile change breaks test caching. Fixes #1355.
- Loading branch information