-
Notifications
You must be signed in to change notification settings - Fork 165
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
Improve the dev/ci.sh
script, make it usable interactive, and some related CI tweaks
#5567
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50b2730
to
53b9832
Compare
This was referenced Jan 9, 2024
Merged
ChrisJefferson
approved these changes
Jan 10, 2024
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.
Read through every commit and this all seems good
OK, then I assume #5570 is also good -- let's merge that first (if you approve?), then rebase this PR -- then this PR here is 95% about making |
53b9832
to
8614809
Compare
... as part of the makemanuals test suite
... not via TEST_SUITES env var; that makes it more convenient to use this script interactively
The gap_cover_arg helper ensures uniform naming of the coverage files, always involving the name of the test suite, to reduce the chance of one overwriting outputs of the others. The testexpect testsuite actually did that, which is now also fixed.
... instead of expecting to be told the prefix via some environment variable.
For debugging it can be helpful to see the compilation commands in CI tests
8614809
to
4a81523
Compare
tst
, and improve the dev/ci.sh
scriptdev/ci.sh
script, make it usable interactive, and some related CI tweaks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
release notes: not needed
PRs introducing changes that are wholly irrelevant to the release notes
topic: ci
Anything related to GitHub Actions, Codecov, AppVeyor, Coveralls, Travis, ...
topic: tests
issues or PRs related to tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In particular
dev/ci.sh
is now very convenient to use interactively so one can easily replicate what certain CI tests do.Also fix a bunch of minor issues with CI and the tests here and there.
It may be best to review this commit-by-commit.
Resolves #1740
Resolves #4167