mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
[tests] Fix printing summary after testing confs (#3371)
This commit is contained in:
committed by
GitHub
parent
51e43fb67d
commit
4f1bd75203
@@ -43,6 +43,7 @@ my $conf_xml_file = $ENV{'CONF_XML'};
|
||||
if ($conf_xml_file eq "") {
|
||||
$conf_xml_file = "$ENV{'PAPARAZZI_HOME'}/conf/conf.xml";
|
||||
}
|
||||
warn "\n************\nTesting all aircrafts in conf: $conf_xml_file\n************\n";
|
||||
my $conf = $xmlSimple->XMLin($conf_xml_file);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user