Skip to content

Commit

Permalink
Update test_certs_r3.sh
Browse files Browse the repository at this point in the history
removed the input and hardcoded oqs-provider
  • Loading branch information
feventura authored Jul 21, 2024
1 parent aa6e512 commit 0b6fd93
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 @@ -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
Expand Down

0 comments on commit 0b6fd93

Please sign in to comment.