blob: 5fcf6624f2e84d37dde1c3f0c7ada007f3652686 (
plain)
1
2
3
|
libregrtest now uses a separated file descriptor to write test result as JSON.
Previously, if a test wrote debug messages late around the JSON, the main test
process failed to parse JSON. Patch by Victor Stinner.
|