When running the regression test suite via the 'svn-check' target of tools/dev/unix-build/Makefile.svn, is there a convenient way to see a "All tests successful"-type summary at the very end?
That is to say, is there a better way than what I'm doing now, which is: $ cat tests.log.* | grep ^FAIL (Or manually digging through miles of logs.) Thanks! Nathan