Files
rust/src/tools/run-make-support
Jynn Nelson 00dae097c4 Print the command and output even if it succeeds
Previously, it was quite hard to get access to this output because it
was printed to a buffer in memory and then discarded. This output is
already hidden behind libtest's output capturing, we don't need to hide
it twice.
2026-03-15 17:56:50 +01:00
..