Re: Automated testing

2008-12-03 Thread Dave Rolsky
On Sun, 30 Nov 2008, Bill Moseley wrote: On Sun, Nov 30, 2008 at 09:22:02AM +0200, Gabor Szabo wrote: I tired SmokeRunner::Multi with partial success. I got as far as installing it and didn't really get how to use it. But, by then I had a running shell script that does a svn export, builds

Re: Automated testing

2008-12-01 Thread Andy Armstrong
On 29 Nov 2008, at 00:18, Bill Moseley wrote: Is there something that's designed for this job that I'm missing? You may want to investigate Smolder for gathering the test results. And parrot uses buildbot for continuous integration. There's also a scrappy script that Test::Harness uses -

Re: Automated testing

2008-11-30 Thread Bill Moseley
On Sun, Nov 30, 2008 at 09:22:02AM +0200, Gabor Szabo wrote: I tired SmokeRunner::Multi with partial success. I got as far as installing it and didn't really get how to use it. But, by then I had a running shell script that does a svn export, builds what needs to be built, and runs tests. The

Re: Automated testing

2008-11-30 Thread Ken Williams
On Sun, Nov 30, 2008 at 8:20 PM, Bill Moseley [EMAIL PROTECTED] wrote: One thing I noticed is that Makefile.PL still exists *without* an error even if required modules are missing. That's probably because Makefile.PL is conceived of as a thingy to make a makefile. A makefile just lists

Re: Automated testing

2008-11-29 Thread Gabor Szabo
On Sat, Nov 29, 2008 at 6:08 AM, Andy Lester [EMAIL PROTECTED] wrote: On Nov 28, 2008, at 9:55 PM, David Golden wrote: You might want to look at Smolder: http://www.slideshare.net/mpeters/smolder-introduction Smolder doesn't run tests. It only reports on the results. Look at

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