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

Use Cargo JSON test output for better reporting #349

Open
mickaelistria opened this issue Dec 8, 2020 · 1 comment
Open

Use Cargo JSON test output for better reporting #349

mickaelistria opened this issue Dec 8, 2020 · 1 comment

Comments

@mickaelistria
Copy link
Contributor

See rust-lang/rust#49359
Looks like cargo test -Z gives a lot of extra info to leverage here!

@mickaelistria
Copy link
Contributor Author

Command to get richer output is cargo test -- -Z unstable-options --format json. However, it requires a recent version of cargo to run, and as it's unstable it's likely to change. We should wait for it to stabilize before relying on it.

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

No branches or pull requests

1 participant