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

Always display path of test files #139

Merged
merged 1 commit into from
Oct 26, 2021
Merged

Always display path of test files #139

merged 1 commit into from
Oct 26, 2021

Conversation

taiki-e
Copy link
Contributor

@taiki-e taiki-e commented Oct 26, 2021

Currently, the way file names are displayed is different when both pass and compile-fail are present, and when only one is present. This patch unifies the way file names are displayed.

This makes the message displayed a bit redundant, but I think it is preferable to the current one for the following reasons:

Closes #94

@dtolnay dtolnay merged commit a71eef7 into dtolnay:master Oct 26, 2021
@taiki-e taiki-e deleted the path branch October 26, 2021 17:34
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.

Allow printing full test paths upon cargo test
2 participants