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

conformance: support OCI_REPORT_DIR #473

Merged
merged 1 commit into from
Oct 16, 2023

Commits on Oct 15, 2023

  1. conformance: support OCI_REPORT_DIR

    This makes it possible to run the conformance tests in a read-only directory
    without failing by specifying an output directory for the report files
    instead of hard-coding it to the current directory (which may not be
    writable, and _won't_ be writable if the tests are being run with
    `go test github.com/opencontainers/distribution-spec/conformance`
    rather than in a git checkout of the conformance module.
    
    We recognize the value `none` for disabling report generation entirely.
    
    Signed-off-by: Roger Peppe <rogpeppe@gmail.com>
    rogpeppe committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    219abb3 View commit details
    Browse the repository at this point in the history