-
Notifications
You must be signed in to change notification settings - Fork 18
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
Handle jsonlines being mixed with other output #351
Comments
Could you point out the specific tests needing this? |
We could look into other ways of solving that but I hadn't yet
|
|
Rather than blocking on assert-rs/snapbox#351, we can get away with `--no-run` for what this test is covering.
If only the world was so clean. For example, I was looking at cargo's compilation for other reasons and cargo emits json on stderr and we only parse lines starting as |
rust-lang/cargo#14297 dropped the priority of this |
Cargo needs this for testing
cargo test
. This was found while testing the fix for #348.The text was updated successfully, but these errors were encountered: