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

🐛 Use bin-dir override on setup_envtest #790

Merged
merged 1 commit into from
Apr 26, 2024

Commits on Apr 26, 2024

  1. Use bin-dir override on setup_envtest

    Rather than change XDG_DATA_HOME, since many distributions do not
    explicitly define XDG_DATA_HOME but rather fallback to the default,
    check if XDG_DATA_HOME is not set and if HOME is either not set or set
    to the root filesystem. If so, override the setup_envtest binary
    directory. This helps prevent errors on some CI/CD environments.
    
    Signed-off-by: Tayler Geiger <tayler@redhat.com>
    trgeiger committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bfbe0d2 View commit details
    Browse the repository at this point in the history