fix azure logs

This commit is contained in:
garnier-quentin 2020-04-03 16:09:02 +02:00
parent 5974948fb3
commit 85e1a1af6a

View File

@ -86,7 +86,7 @@ sub manage_selection {
$self->{global} = { total => 0 };
foreach my $table (@{$log_results->{tables}}) {
foreach (@{$table->{rows}}) {
$self->{global}->{total} += $_->[2];
$self->{global}->{total} += $_->[0];
}
}
}