On 11/18/10 9:32 AM, s...@apache.org wrote:
Author: stsp
Date: Thu Nov 18 17:32:46 2010
New Revision: 1036546
URL: http://svn.apache.org/viewvc?rev=1036546&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Don't treat failed test runs as fatal.
Makes it easier to run the tests unattended and collect results later.
I'm concerned that this will make it too easy to ignore failures. Say if you
have an RPM building script and run the unit tests in the middle of it, which I do.
I would want to see a failure.
If these targets could fail, but if you have a new target that gathers errors
and ignores each subfailure, that would work.
Blair