common/tools/analysis/yarp.pl
changeset 205 863cc9c0bf03
parent 203 011f16c9778b
child 284 e5f3b53baae0
equal deleted inserted replaced
204:7912741ec3b3 205:863cc9c0bf03
   132       }
   132       }
   133     }
   133     }
   134   close FILE;
   134   close FILE;
   135   print OUT "\n\nSummaries\n\n";
   135   print OUT "\n\nSummaries\n\n";
   136   
   136   
   137   print "Failures:$failures\n";
   137   print OUT "Raptor recipe failures: $failures\n";
       
   138   
   138   foreach my $attempt (sort keys %attempts)
   139   foreach my $attempt (sort keys %attempts)
   139   {
   140   {
   140     print OUT "Overall attempts: $attempt,".$attempts{$attempt}.",\n";
   141     print OUT "Overall attempts: $attempt,".$attempts{$attempt}.",\n";
   141   }
   142   }
   142   foreach my $attempt (sort keys %licenceattempts)
   143   foreach my $attempt (sort keys %licenceattempts)