Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Reporting test failures within cron

by Hue-Bond (Priest)
on Sep 13, 2005 at 12:30 UTC ( [id://491561]=note: print w/replies, xml ) Need Help??


in reply to Reporting test failures within cron

I am running these tests within cron
Ideally, I would like cron to only send mail if any tests fail.

cron only sends mail when output is generated. What you want is that your tests be silent if everything goes ok (ie: change your print statements or redirect STDOUT) and direct error messages to STDERR. That way, you can control whether you want all the output (by not redirecting STDOUT) or only errors (ideally none -> no output -> no mail from cron).

--
David Serrano

  • Comment on Re: Reporting test failures within cron

Replies are listed 'Best First'.
Re^2: Reporting test failures within cron
by tomhukins (Curate) on Sep 13, 2005 at 12:40 UTC
    That's true, but as I'm using Test::WWW::Mechanize with Test::More I don't output anything myself directly: the testing tools do this for me.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-04-23 18:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found