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

tests/git-helper.sh: fix yq checking #342

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

wainersm
Copy link
Member

@wainersm wainersm commented Jan 29, 2024

[ ! command -v jq &> /dev/null ] doesn't work for checking the existing of yq because if enclosed in [] it won't check the return code of command.


Found this problem when running the CI jobs for PR #338.
I don't know why on previous execution jq existed on the system so that we didn't catch the issue before.

Copy link
Member

@portersrc portersrc left a comment

Choose a reason for hiding this comment

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

good catch

@GabyCT
Copy link
Contributor

GabyCT commented Jan 29, 2024

lgtm

Copy link
Contributor

@ldoktor ldoktor left a comment

Choose a reason for hiding this comment

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

Good catch

Copy link
Member

@stevenhorsman stevenhorsman left a comment

Choose a reason for hiding this comment

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

Apart from possible typo fix (yq->jq) in the commit header, LGTM. Thanks

@ldoktor
Copy link
Contributor

ldoktor commented Jan 30, 2024

Apart from possible typo fix (yq->jq) in the commit header, LGTM. Thanks

Oh true, I missed that. @wainersm could you please update the commit message?

`[ ! command -v jq &> /dev/null ]` doesn't work for checking the
existing of jq because if enclosed in `[]` it won't check the return
code of `command`.

Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
@wainersm
Copy link
Member Author

ops... fixed the commit message! Thanks @stevenhorsman !

@ldoktor ldoktor merged commit 97889bc into confidential-containers:main Jan 30, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants