Skip to content

Remove redundant word from console output for test case started events in verbose mode #1180

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

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

stmontgomery
Copy link
Contributor

This is a small fix for an oversight I made in #1125: the word started is printed twice at the end of the console message for .testCaseStarted events in verbose mode.

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.

@stmontgomery stmontgomery added this to the Swift 6.x milestone Jun 26, 2025
@stmontgomery stmontgomery self-assigned this Jun 26, 2025
@stmontgomery stmontgomery added bug 🪲 Something isn't working command-line experience ⌨️ enhancements to the command line interface parameterized-testing Related to parameterized testing functionality labels Jun 26, 2025
@stmontgomery
Copy link
Contributor Author

@swift-ci please test

@stmontgomery stmontgomery merged commit c171888 into swiftlang:main Jun 26, 2025
3 checks passed
@stmontgomery stmontgomery deleted the started-started branch June 26, 2025 19:03
stmontgomery added a commit that referenced this pull request Jun 26, 2025
… events in verbose mode (#1181)

- **Explanation**: This is a small fix for an oversight: the word
"started" is printed twice at the end of the console message for
`.testCaseStarted` events in verbose mode.
- **Scope**: Affects console output in verbose mode.
- **Issues**: n/a
- **Original PRs**: #1180
- **Risk**: Low
- **Testing**: New unit test added
- **Reviewers**: @grynspan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working command-line experience ⌨️ enhancements to the command line interface parameterized-testing Related to parameterized testing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants