unread
Any objections if I add an extra output to run-tests.php?
https://github.com/php/php-src/pull/2515
I'm working on some CI stuff and a machine readable output would be
handy. '-w' is nice for a list of failed tests, but I want to know all
dispositions, not just failures. I considered going for a JSON output
so that it'd be more extensible, but that'd be more involved.
-Sara