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 make test #119

Merged
merged 1 commit into from
Feb 3, 2023
Merged

Fix make test #119

merged 1 commit into from
Feb 3, 2023

Conversation

tmshort
Copy link
Contributor

@tmshort tmshort commented Feb 3, 2023

make test runs all the tests: e2e and test-unit The test-e2e is only the test; it does not include setup and teardown, whereas e2e does.

Signed-off-by: Todd Short tshort@redhat.com

`make test` runs all the tests: `e2e` and `test-unit`
The `test-e2e` is only the test; it does not include setup and teardown,
whereas `e2e` does.

Signed-off-by: Todd Short <tshort@redhat.com>
Copy link
Member

@joelanford joelanford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Feb 3, 2023
@tmshort tmshort merged commit 3094ca5 into operator-framework:main Feb 3, 2023
@tmshort tmshort deleted the fix-make-test branch February 3, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants