Skip to content

Commit

Permalink
Do the full report only if more than one *distinct* certificate appea…
Browse files Browse the repository at this point in the history
…rs. This makes results more consistent when checking the set of certificates for one entity.
  • Loading branch information
iay committed Feb 28, 2013
1 parent ca05041 commit e01926f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/check_embedded.pl
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ sub comment {
}
}

if ($total_certs > 1) {
if ($distinct_certs > 1) {
print "Total certificates: $total_certs\n";
if ($distinct_certs != $total_certs) {
print "Distinct certificates: $distinct_certs\n";
Expand Down

0 comments on commit e01926f

Please sign in to comment.