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

Support test arguments in reporttests.jl #109

Merged
merged 3 commits into from
May 13, 2024
Merged

Support test arguments in reporttests.jl #109

merged 3 commits into from
May 13, 2024

Conversation

omus
Copy link
Member

@omus omus commented May 2, 2024

Changes include:

  • Support passing in test arguments to reporttests.jl
  • Make reporttests.jl executable to actually use the hash-bang
  • Support specifying a log filename as an option to reporttests.jl
  • Utilize the internal runner code instead of duplicating code
  • Support code coverage when running reporttests.jl (need to call julia --code-coverage reporttests.jl ...)
  • Return the exit code of the subprocess
  • Add tests for reporttests.jl

bin/reporttests.jl Outdated Show resolved Hide resolved
@omus omus changed the title Refactor reporttests.jl Support test arguments in reporttests.jl May 9, 2024
@omus omus marked this pull request as ready for review May 9, 2024 19:59
@omus omus requested a review from oxinabox May 9, 2024 19:59
Copy link
Member

@oxinabox oxinabox left a comment

Choose a reason for hiding this comment

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

Once these comments are addressed to your statisfaction, feel free to merge

@omus omus merged commit 03be34f into master May 13, 2024
10 checks passed
@omus omus deleted the cv/update-script branch May 13, 2024 16:37
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.

2 participants