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 newline to test output written to stdout for Writer sink. #45

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

jimlambrt
Copy link
Contributor

Currently gotestsum was incorrectly stated that a few unit tests failed because they wrote to stdout without a newline. This is sort of a "known" problem highlighted in this issue: golang/go#38063

This PR simply adds a newline to the output to stop these false positives.

@jimlambrt jimlambrt requested a review from schristoff June 29, 2021 14:02
Copy link
Contributor

@schristoff schristoff left a comment

Choose a reason for hiding this comment

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

🤙

@jimlambrt jimlambrt merged commit bb9adc1 into main Jun 29, 2021
@jimlambrt jimlambrt deleted the jimlambrt-writer-json-test-output branch June 29, 2021 16:43
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