Automated testing

2008-11-28 Thread Bill Moseley
I'm setting up a test server that is suppose to do check-outs (well exports) from svn for our projects, run the Makefile.PL and then make test and if there's any failures do something with the output. It's not a very difficult task, but I assume there's probably some module that does this already

Re: Automated testing

2008-11-28 Thread David Golden
You might want to look at Smolder: http://www.slideshare.net/mpeters/smolder-introduction -- David On Fri, Nov 28, 2008 at 7:18 PM, Bill Moseley [EMAIL PROTECTED] wrote: I'm setting up a test server that is suppose to do check-outs (well exports) from svn for our projects, run the Makefile.PL