Revision: 812 Author: tim.bunce Date: Thu Jul 9 13:43:29 2009 Log: Fix occasional failures when running 'make prove'
http://code.google.com/p/perl-devel-nytprof/source/detail?r=812 Modified: /trunk/t/50-errno.t ======================================= --- /trunk/t/50-errno.t Thu Mar 26 07:01:27 2009 +++ /trunk/t/50-errno.t Thu Jul 9 13:43:29 2009 @@ -2,8 +2,8 @@ my $nytprof_out; BEGIN { - $ENV{NYTPROF} = "start=init"; - $nytprof_out = "nytprof.out"; + $nytprof_out = "nytprof-50-errno.out"; + $ENV{NYTPROF} = "start=init:file=$nytprof_out"; unlink $nytprof_out; } --~--~---------~--~----~------------~-------~--~----~ You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected] -~----------~----~----~----~------~----~------~--~---
