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 af44087 commit 7223922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_certs_r3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test_ta () {
return
fi

alreadyTestedOIDs=${alreadyTestedAids}$oid";"
alreadyTestedOIDs=${alreadyTestedOids}$oid";"

# test for an error and print a link in the results CSV file
if [[ $ossl_status -ne 0 ]]; then
Expand Down

0 comments on commit 7223922

Please sign in to comment.