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

engine: return nil from dry run when no changes #171

Merged
merged 2 commits into from
May 3, 2024

Commits on May 3, 2024

  1. engine: return nil from dry run when no changes

    The `command` output actually relies on `nil` being return when there
    are no changes, and I forgot to add that behaviour to dry run which made
    there be no message printed out for confirmation.
    
    Also decided to make a slight change to the confirmation message so that
    it outputs nothing when the `-quiet` flag is enabled.
    
    Signed-off-by: braydonk <braydonk@google.com>
    braydonk committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f51e552 View commit details
    Browse the repository at this point in the history
  2. add integration tests

    braydonk committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0da2a78 View commit details
    Browse the repository at this point in the history