[EMAIL PROTECTED] wrote: > Author: stas > Date: Fri Apr 29 23:52:59 2005 > New Revision: 165381 > > URL: http://svn.apache.org/viewcvs?rev=165381&view=rev > Log: > drop Test.pm support, require Test::More (a must if we want to support > sub-tests > run by several perl threads, which Test.pm fail to handle since it doesn't > maintain > a proper shared counter)
just FYI but while this was in trunk I noticed that there was a problem - t/TEST would _not_ exit 1 if the tests failed, making $ make test && sudo make install install even if 'make test' failed. after I reverted the change things went back to normal, so I didn't look into it any deeper. HTH --Geoff