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

chore: make tests actually fail #683

Merged

Conversation

EverlastingBugstopper
Copy link
Contributor

Fixes the problem outlined in PR #667

Apparently it is not the default behavior of cargo test to... fail on failed tests? Commentors on this issue make it seem like this is a deep-rooted issue in cargo, which is concerning to me!

Anyways... I've made a modification to our cargo xtask test runners that will go through each line reported by cargo test and look for failures.

It will then rerun those tests and print their output so that Rover devs can actually see what's going wrong with their tests!

@EverlastingBugstopper EverlastingBugstopper force-pushed the avery/make-cargo-test-a-useful-development-tool branch 3 times, most recently from f5668ae to 200e964 Compare July 22, 2021 14:52
@EverlastingBugstopper EverlastingBugstopper force-pushed the avery/make-cargo-test-a-useful-development-tool branch from 200e964 to eabc379 Compare July 22, 2021 15:09
@EverlastingBugstopper EverlastingBugstopper merged commit a6a506f into main Jul 22, 2021
@EverlastingBugstopper EverlastingBugstopper deleted the avery/make-cargo-test-a-useful-development-tool branch July 22, 2021 15:44
@EverlastingBugstopper EverlastingBugstopper modified the milestones: Qx, ~ July 27 Jul 22, 2021
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.

1 participant