[tests] Fix printing summary after testing confs (#3371)

This commit is contained in:
Christophe De Wagter
2024-09-28 23:15:12 +02:00
committed by GitHub
parent 51e43fb67d
commit 4f1bd75203
3 changed files with 13 additions and 9 deletions
@@ -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);