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

libcnb-test: Fix image cleanup when a pack build unexpectedly succeeds #625

Merged
merged 1 commit into from
Aug 8, 2023

Commits on Aug 8, 2023

  1. libcnb-test: Fix image cleanup when a pack build unexpectedly succeeds

    Previously, if a test with an expected result of `PackResult::Failure`
    unexpectedly succeeded, the built app image was left behind since
    cleanup was only performed in `TestContext::Drop` (and in this
    scenario, a `TestContext` is never created in the first place).
    
    Now the app image is correctly cleaned up.
    
    Fixes #586.
    Closes #588.
    GUS-W-13903181.
    edmorley committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    30ca158 View commit details
    Browse the repository at this point in the history