Files
infix/test
Tobias Waldekranz 2e6e056cc6 test: Log the output of failing subprocesses
It is not uncommon for subprocesses to fail when developing new tests,
but the default representation of CalledProcessError does not print
the stdout of the program, only that it failed.

Catch this common case when a test is about to fail, and make sure to
log any output it produced.
2024-05-17 23:14:42 +02:00
..
2024-04-15 15:36:41 +02:00
2024-02-25 19:49:27 +01:00