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;