On 24/10/2007, Andy Armstrong <[EMAIL PROTECTED]> wrote: > On 24 Oct 2007, at 12:13, H.Merijn Brand wrote: > > pc09:/pro/3gl/CPAN/perl-current/t 138 > env HARNESS_TIMER=time ./ > > TEST op/ver.t > > t/op/ver....ok 12:18:46 > > Now (as of r736 from http://svn.hexten.net/tapx/trunk) the output > looks like this: > > [12:34] andy $ prove -rb --timer > [12:34:45] t/000-load..............1/2 # Testing HTML::Tiny 0.905 > [12:34:45] t/000-load..............ok 27 ms > [12:34:45] t/010-simple............ok 41 ms > [12:34:46] t/020-coverage..........ok 306 ms
I think that Merijn wanted to have the time, as in HH:MM:SS, not the duration. That helps locating what test has spuriously created temporary files it failed to cleanup.