From 7223922460932be00bd563a79107cfb5c92cfc93 Mon Sep 17 00:00:00 2001 From: Mike Ounsworth Date: Mon, 22 Jul 2024 12:28:09 +1000 Subject: [PATCH] Making the python tolerant of multiple submissions of the same alg --- src/test_certs_r3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test_certs_r3.sh b/src/test_certs_r3.sh index ea87c226..7563cafc 100755 --- a/src/test_certs_r3.sh +++ b/src/test_certs_r3.sh @@ -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