Skip to content

stderr test: Print output when compilation unexpectedly fails

Ian Jackson requested to merge stderr into main

If we're expecting success (with direct stderr) but get an error, actually print something resembling the compiler messages.

(They come out in JSON.)

Merge request reports