Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Automated module testing with SVN::Client and Module::Build

by sintadil (Pilgrim)
on Sep 15, 2004 at 18:32 UTC ( [id://391261]=note: print w/replies, xml ) Need Help??


in reply to Re: Automated module testing with SVN::Client and Module::Build
in thread Automated module testing with SVN::Client and Module::Build

Now all I need to do is convince my lab to install SVN so that I can play around with it....

Good luck with that. :)

One thing you might consider is sending the email only on failure; successful builds succeed quietly. I've played around with a few "email-a-day" scripts (mostly of my own devising), and I find that even at such a low frequency, after a few weeks of the same (or similar) messages I tend to delete them unread. Parsing the tests' output might be more effort than it's worth; can you simply assume that the build succeeded if $stderr is empty?

I don't know about that, but it's a very good idea to do some investigating. With Test::More at least, using the verbose flag causes output to go to $stderr even if the tests are successful. This complicates things if you want verbose testing. Of course, there's dozens of other test modules out there, so... it may be possible to use one of those instead.

Shameless self-promotion

I personally don't see anything wrong with these, so long as they provide useful information.

  • Comment on Re^2: Automated module testing with SVN::Client and Module::Build

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://391261]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-20 03:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found