common/tools/analysis/parse_yarp_files.pl
changeset 174 66da43a8fbf8
parent 172 0b9c56a7a618
child 176 7912741ec3b3
equal deleted inserted replaced
173:ec45c0fcc26e 174:66da43a8fbf8
    23 	open(FILE, $nYarpFile);
    23 	open(FILE, $nYarpFile);
    24 	while ( <FILE> )
    24 	while ( <FILE> )
    25 	{
    25 	{
    26 		if ( m/Overall attempts:\s*(\d+),(\d+)/ )
    26 		if ( m/Overall attempts:\s*(\d+),(\d+)/ )
    27 		{
    27 		{
    28 			print "Attempt: $1 Errors: $2\n";
    28 			#print "Attempt: $1 Errors: $2\n";
    29 			$nRecipeErrors = $2;
    29 			$nRecipeErrors = $2;
    30 		}
    30 		}
    31 	}
    31 	}
    32 	close(FILE);
    32 	close(FILE);
    33 #	print "Recipe errors in $nYarpFile: $nRecipeErrors\n";
    33 #	print "Recipe errors in $nYarpFile: $nRecipeErrors\n";