uh_parser/README.txt
changeset 177 1120793f41b2
equal deleted inserted replaced
176:6d3c3db11e72 177:1120793f41b2
       
     1 UH PARSER for Raptor
       
     2 
       
     3 This parser reads one or more Raptor log files, extracts the interesting bits
       
     4 and puts them into a set of HTML files, making it easy to spot the failures and
       
     5 see the related log snippets.
       
     6 
       
     7 Use as shown below:
       
     8 
       
     9 perl uh.pl FILE1 FILE2 ...
       
    10 
       
    11 where the FILEs are the output of a Raptor build i.e. sbs <your args> -f FILE
       
    12 
       
    13 After running the tool the summary HTML file will be located at html/index.html
       
    14 
       
    15 More information on the tools can be obtained with the --help option.