mighty-gerbils / gerbil

Gerbil Scheme
https://cons.io
GNU Lesser General Public License v2.1
1.14k stars 112 forks source link

Clean up test output #1068

Open fare opened 7 months ago

fare commented 7 months ago

Capture the output from the tests (including those that invoke outside processes) by redirecting it away, and only displaying on the console if something bad happened. Otherwise, only show the OKs at the end.

Then, we can more easily make sense of the test logs.