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

Added a human-readable final success message at end of tests #4247

Merged
merged 2 commits into from
Jan 18, 2025
Merged

Conversation

Cyan4973
Copy link
Contributor

@Cyan4973 Cyan4973 commented Jan 18, 2025

A human just reading the test log, and unaware of shell's return code convention, will more easily determine that everything ran fine.

Answers #4245

Also:

  • made make check slightly shorter by moving one longer test to make test
  • removed shortest target, which was effectively the same thing as check (it was created before the check target was implemented, and effectively deprecated for a pretty long time, seems safe to remove now)

so that a human reading the test log can determine everything was fine without consulting the shell error code.

Also: made `make check` slightly shorter by moving one longer test to `make test`
@Cyan4973 Cyan4973 merged commit 053e4be into dev Jan 18, 2025
94 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.

2 participants