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

Add missing newline to print_console_summary #632

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

ItsBasi
Copy link
Contributor

@ItsBasi ItsBasi commented Jun 17, 2024

Problem:
Without a newline, the suit name and "tests" label are not separated.

===============================================================================
Suite globaltests:   0 | 1 failed
asserts: 0 | 0 passed | 1 failed

Solution:
Add newline

===============================================================================
Suite global
tests:   0 | 1 failed
asserts: 0 | 0 passed | 1 failed

Issue: #

Reviewers:
@

Without the newline, the suit name and "tests" label are not separated.

e.g.

===============================================================================
Suite globaltests:   0 | 1 failed
asserts: 0 | 0 passed | 1 failed
@kris-jusiak kris-jusiak merged commit c048f62 into boost-ext:master Jun 17, 2024
5 of 8 checks passed
@ItsBasi ItsBasi deleted the patch-1 branch August 31, 2024 20:49
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