common/tools/brag/yarpToBRAG.pl
changeset 654 b64b5a0f8662
parent 650 b4c5f01c1ab7
child 752 1f07674ec99f
equal deleted inserted replaced
653:3e54a8e7805a 654:b64b5a0f8662
    14 # Description:
    14 # Description:
    15 # Generate the BRAG-compatible XML summary of the Raptor log from Yarp analysis
    15 # Generate the BRAG-compatible XML summary of the Raptor log from Yarp analysis
    16 
    16 
    17 use strict;
    17 use strict;
    18 
    18 
       
    19 use FindBin;
       
    20 use lib "$FindBin::Bin/../lib";
       
    21 
    19 use Getopt::Long;
    22 use Getopt::Long;
    20 use Text::CSV;
    23 use Text::CSV;
    21 
       
    22 
    24 
    23 if (!@ARGV)
    25 if (!@ARGV)
    24 {
    26 {
    25 	warn "Generate an XML summary of the Raptor build from a Yarp CSV file\n";
    27 	warn "Generate an XML summary of the Raptor build from a Yarp CSV file\n";
    26 	warn "Eg: yarpToBRAG.pl aYarpFile.csv [*_yarp.csv ...]\n";
    28 	warn "Eg: yarpToBRAG.pl aYarpFile.csv [*_yarp.csv ...]\n";