[Rt-devel] Testing RT. How to run tests???

Todd Chapman rt at chaka.net
Mon Feb 21 13:54:41 EST 2005


Why are these run twice?

testify-pods:
        [ -d lib/t/autogen ] || mkdir lib/t/autogen
        find lib -name \*pm |grep -v .svn | grep -v \*.in |xargs -n 1 $(PERL) $(POD2TEST_EXE)
        find bin -type f |grep -v .svn | grep -v \~ | grep -v "\.in" | xargs -n 1 $(PERL) $(POD2TEST_EXE)
        find lib -name \*pm |grep -v .svn | grep -v \*.in |xargs -n 1 $(PERL) $(POD2TEST_EXE)
        find bin -type f |grep -v .svn | grep -v \~ | grep -v "\.in" | xargs -n 1 $(PERL) $(POD2TEST_EXE)


On Mon, Feb 21, 2005 at 01:43:23PM -0500, Jesse Vincent wrote:
> 
> 
> 
> On Mon, Feb 21, 2005 at 01:02:16PM -0500, Todd Chapman wrote:
> > Having had a porblem with apache configuration in the past
> > when trying to do a make regression, would it be better for
> > regression to use standalone instead of apache?
> 
> Use whatever works well for you.


More information about the Rt-devel mailing list