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

Set pipefail for Cram tests #1636

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Commits on Oct 2, 2024

  1. Set pipefail in setup scripts

    This was added in places where it's been necessary. Setting it in shared
    setup scripts simplifies tests and allows future tests to use pipes
    without the need to set pipefail explicitly.
    
    A couple calls with non-zero exit codes have been exposed. These still
    fall under expected behavior.
    victorlin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8cac61c View commit details
    Browse the repository at this point in the history