mirror of https://github.com/rust-lang/rust
3116db669c
This is a trivial Python script that simply tries to parse each line of stdin (i.e. the test process output) as JSON, to verify that the overall output is JSON Lines. We can perform the same check directly in `rmake.rs` using `serde_json`. |
||
---|---|---|
.. | ||
f.rs | ||
output-default.json | ||
output-stdout-success.json | ||
rmake.rs |