diff -r 863cc9c0bf03 -r 62976b2583f7 common/tools/analysis/parse_yarp_files.pl --- a/common/tools/analysis/parse_yarp_files.pl Fri Jun 19 10:10:05 2009 +0100 +++ b/common/tools/analysis/parse_yarp_files.pl Fri Jun 19 17:12:56 2009 +0100 @@ -3,7 +3,7 @@ open(FILE, $ARGV[0]); while ( ) { - if ( m/[^,]*,([^,]*)/ ) + if ( m/^[^,]*,[^,]*,([^,]*)/ ) { my $sFile = $1; chomp $sFile; @@ -25,7 +25,7 @@ { if ( m/^Raptor recipe failures:\s+(\d+)$/ ) { - #print "Attempt: $1 Errors: $2\n"; +# print "Raptor recipe failures: $1\n"; $nRecipeErrors = $1; } }