equal
deleted
inserted
replaced
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"; |