Geoffrey Young wrote:

[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.

But it didn't really change anythings, but enforce Test::More. Are you sure other tests where you use Test::More don't behave that way?


I've now committed it to the unstable branch, do you still see it that way?


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Reply via email to