-
Notifications
You must be signed in to change notification settings - Fork 2k
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
dist/tools/buildsystem_sanity_check: make shellcheck happy #20721
dist/tools/buildsystem_sanity_check: make shellcheck happy #20721
Conversation
0b47100
to
10afe6f
Compare
It looks like Github annotation is broken, and likely was never working here. I'll try to fix this as well first and mark this as ready when it works. |
10afe6f
to
28c3296
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but mind that I'm not really an expert on bash scripts. Therefore only a soft-ACK.
Maybe @miri64 could give this a second look? The github annotations were tested in #20472 (comment) (that is a warning that is not part of this PR, but that warning is generated via the |
231861a
to
05d3303
Compare
05d3303
to
c282e5a
Compare
All green, just needs an ACK 😉 |
The build system sanity check test script currently does not pass shellcheck, preventing PRs improving it from getting merged. In addition, the github annotation was broken. This commit fixes the issues pointed out by shellcheck as well as the Github annotation. Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
c282e5a
to
098167a
Compare
Thx :) |
Contribution description
The build system sanity check test script currently does not pass shellcheck, preventing PRs improving it from getting merged.
This commit fixes the issues pointed out by shellcheck and should not have any functional changes, except for the github annotation teardown now being reached after the call to
main
.Testing procedure
The test script should work as before.
Issues/PRs references
None