about summary refs log tree commit diff
path: root/tests/run-make/libtest-json/validate_json.py
AgeCommit message (Collapse)AuthorLines
2024-08-17Port `run-make/libtest-json/validate_json.py` to RustZalathar-8/+0
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`.
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+8
They pass fine.