Skip to content

Commit

Permalink
Making the python tolerant of multiple submissions of the same alg
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Jul 22, 2024
1 parent 005310d commit af44087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test_certs_r3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ test_ta () {
else # It's some other filename
printf "ERROR: file name is not in the expected format: %s\n" $tafileBasename
return
fi

# some artifacts submit multiple copies of the same cert as .pem, .der, etc. Just skip the second one
if [[ $(expr match "$alreadyTestedOIDs" ".*$oid.*") != 0 ]]; then
Expand Down

0 comments on commit af44087

Please sign in to comment.