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

Fix error in run_pgaudit_test() #596

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Commits on Oct 8, 2024

  1. Fix error in run_pgaudit_test()

    Initially command `test was missing`, but after it was added
    test failed and crashed in a way that no more tests were run.
    This behavior is known issue tracked here in issue sclorg#537
    
    Problem is that `DOCKER_EXTRA_ARGS` variable is set already
    which it shouldn't be, so the `test` command returns 0,
    so no `cp` happens and we get the crash.
    
    Variable is empty, but apparently do exist as
    `test -v DOCKER_EXTRA_ARGS` is `TRUE`.
    
    Introduced by PR sclorg#399
    SlouchyButton committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9438c61 View commit details
    Browse the repository at this point in the history