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

Double-check that GPG tests run where expected. #1

Closed
wants to merge 1 commit into from

Conversation

znewman01
Copy link
Owner

The test suite passes even if GPG is not available, because GPG-dependent tests are skipped if GPG is not present.

This change asserts the availability of GPG, so CI environments that expect GPG will notice if it goes away unexpectedly rather than silently skipping the GPG tests.

Signed-off-by: Zachary Newman [email protected]

Addresses (does not fix): secure-systems-lab#428

Please verify and check that the pull request fulfils the following requirements:

  • The code follows the Code Style Guidelines
  • Tests have been added for the bug fix or new feature
  • Docs have been added for the bug fix or new feature

The test suite passes even if GPG is not available, because GPG-dependent
tests are skipped if GPG is not present.

This change asserts the availability of GPG, so CI environments that expect GPG
will notice if it goes away unexpectedly rather than silently skipping the GPG
tests.

Signed-off-by: Zachary Newman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant