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

cleanup(pam/integration-tests/cli): Do not build the module and pam clients for each test #409

Merged
merged 1 commit into from
Jul 3, 2024

Commits on Jul 2, 2024

  1. pam/integration-tests/cli: Do not build the module and pam clients fo…

    …r each test
    
    Since commit d1a75d8, for the cli tests we call prepareClientTest() for
    each test in order to get the client folder, however this also implies
    building the test client, the module and the exec client for each test
    even though this is not needed, since we can share those binaries.
    
    So just call this once in the main test.
    3v1n0 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4d26596 View commit details
    Browse the repository at this point in the history