I was wondering if I should switch my test log output to YAML, or some more parseable format. Or maybe change output format based on the log file extension? The problem, of course, is not to encumber Test.pm with anything heavy, and no extra dependencies.
Any thoughts, especially from Stevan et al. You can see the current format if you turn on test file logging, by setting the TEST_LOG_FILE environment variable before running make test. export TEST_LOG_FILE=test.log make test vi test.log -kolibrie