Skip to content

Commit

Permalink
Update test_certs_r3.sh
Browse files Browse the repository at this point in the history
changing name of csv to receive an input
  • Loading branch information
feventura authored Jul 21, 2024
1 parent 13ed000 commit bc26e33
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 @@ -47,7 +47,7 @@ for providerdir in $(ls -d $inputdir/*/); do

# Start the results CSV file
mkdir -p $outputdir
resultsfile=${outputdir}/${provider}_oqsprovider.csv
resultsfile=${outputdir}/${provider}_$1.csv
echo "key_algorithm_oid,test_result" > $resultsfile

# test each TA file
Expand Down

0 comments on commit bc26e33

Please sign in to comment.