Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Odd output from Test::More

by Sidhekin (Priest)
on Sep 26, 2007 at 17:30 UTC ( [id://641201]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    ok n
    ...
    ok n+1
    ok n+1
    ...
    
  2. or download this
    # in the parent, while a child is running $n tests:
    my $Test = Test::More->builder;
    $Test->current_test( $Test->current_test + $n );
    wait;
    

Log In?
Username:
Password:

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

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

    No recent polls found