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

change(gtest): update outputter to use standard tracing info #727

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

Tieske
Copy link
Member

@Tieske Tieske commented Jul 24, 2023

instead of file @ line-no it now uses file:line-no which is standard recognized by more IDE's (eg. output is clickable and takes the user to the source line).

Since the trace info is not part of gtest (busted specific addition), it does not break compatibility. Examples.

instead of `file @ line-no` it now uses `file:line-no` which is
standard recognized by more IDE's (eg. output is clickable and takes
the user to the source line)
@Tieske Tieske merged commit 0c5dcb1 into master Jul 26, 2023
56 checks passed
@Tieske Tieske deleted the gtest/source branch July 26, 2023 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants