Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core_dsl: disable Getwd() with environment variable #1357

Merged
merged 1 commit into from Feb 12, 2024

Commits on Feb 8, 2024

  1. core_dsl: disable Getwd() with environment variable

    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 onsi#1355.
    kevinburke committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0685169 View commit details
    Browse the repository at this point in the history