SPUG: diference between Test::More and use Test::Simple tests

Medrano-Zaldivar, L E LMedrano-Zaldivar at ciber.com
Mon Jun 6 15:22:51 PDT 2005


perl doesn't have have a module to write to a log?..or some thing like that?

thanks,
Luis




From: Colin Meyer
Sent: Mon 6/6/2005 3:55 PM
To: Medrano-Zaldivar, L E
Subject: Re: SPUG: diference between Test::More and use Test::Simple tests


On Mon, Jun 06, 2005 at 02:41:25PM -0700, Medrano-Zaldivar, L E wrote:
> Another question, how can I log into a file all the output from either
> Test::Simple or from Test::more?

If you have a file called my_test.pl, that uses Test::More, then try:

  perl my_test.pl >> some_log_file

This will append the output of my_test.pl to some_log_file. (That's for
a unix style system ... I can't help you for windows.)

-Colin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pm.org/pipermail/spug-list/attachments/20050606/4fbe1654/attachment.html


More information about the spug-list mailing list