From 0b6fd935f56e530e6aa33763c8cea1b4bb8c0d2c Mon Sep 17 00:00:00 2001 From: Felipe Ventura <37639194+feventura@users.noreply.github.com> Date: Sun, 21 Jul 2024 19:10:07 -0400 Subject: [PATCH] Update test_certs_r3.sh removed the input and hardcoded oqs-provider --- 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 1961753c..b2cb2697 100755 --- a/src/test_certs_r3.sh +++ b/src/test_certs_r3.sh @@ -50,7 +50,7 @@ for providerdir in $(ls -d $inputdir/*/); do # Start the results CSV file mkdir -p $outputdir - resultsfile=${outputdir}/${provider}_$1.csv + resultsfile=${outputdir}/${provider}_oqs-provider.csv echo "key_algorithm_oid,test_result" > $resultsfile # test each TA file