Skip to content

Commit

Permalink
Create a 2nd results html page for only the automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Jul 21, 2024
1 parent 18fbba9 commit 3bdeb22
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
echo "key_algorithm_oid,test_result" > $resultsfile

# test each TA file
for tafile in $(ls ${artifacts_certs_r3}*_ta.pem); do
for tafile in $(ls ${providerdir}${artifacts_certs_r3}*_ta.pem); do
test_ta "$tafile" "$resultsfile"
done
done
Expand Down

0 comments on commit 3bdeb22

Please sign in to comment.