Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Redirect output of Test::More/Simple

by GrandFather (Saint)
on Aug 28, 2006 at 09:40 UTC ( [id://569956]=note: print w/replies, xml ) Need Help??


in reply to Redirect output of Test::More/Simple

Add:

Test::More->builder->output ('result.txt');

to have Test::More put it's output in a file called 'result.txt' and:

Test::More->builder->failure_output ('errors.txt');

to redirect error output to 'errors.txt'. See the Test::More section 'Extending and Embedding Test::More' and Test::Builder for more information.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: Redirect output of Test::More/Simple
by spurperl (Priest) on Aug 28, 2006 at 14:59 UTC
    Thanks.

    It seems to me that it's a bit too hidden for such a needed feature. I'm not a Perl newbie and even have experience with Test::More and I found it difficult to locate in the docs.

    Besides the most trivial cases, lots of tests usually run autonomously, and generate copious amounts of output which is best contained in a log file.

    I guess another solution in such cases is Test::Harness, which IIRC allows redirection of output from test scripts it runs.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-25 07:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found