34 my ($category, $subcategory, $severity, $location, $component, $mmp, $phase, $recipe, $file, $line) = @_; |
34 my ($category, $subcategory, $severity, $location, $component, $mmp, $phase, $recipe, $file) = @_; |
36 open(SUMMARY, ">>$::raptorbitsdir/summary.csv"); |
38 open(SUMMARY, ">>$::raptorbitsdir/summary.csv"); |
37 print SUMMARY "$category,$subcategory,$severity,$location,$component,$mmp,$phase,$recipe,$file,$line\n"; |
39 print SUMMARY "$category,$subcategory,$severity,$location,$component,$mmp,$phase,$recipe,$file,$::failure_item_number\n"; |