Skip to content

Commit

Permalink
Update rebuild_results_certs_r3.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Jul 21, 2024
1 parent f412d07 commit fd3e0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebuild_results_certs_r3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ mv pqc_hackathon_results_certs_r3.md pqc_hackathon_results_certs_r3.html docs


# Also generate a results html with only automated test results
python3 src/pqc_report_writer_common.py docs/oid_mapping.md pqc_hackathon_results_certs_r3_automated_tests.md Certificate $(find ./output/certs -name "*.csv")
python3 src/pqc_report_writer_common.py docs/oid_mapping.md pqc_hackathon_results_certs_r3_automated_tests.md Certificate $(find ./output/oqs/certs -name "*.csv")
pandoc -f markdown pqc_hackathon_results_certs_r3_automated_tests.md > pqc_hackathon_results_certs_r3_automated_tests.html
mv pqc_hackathon_results_certs_r3_automated_tests.md pqc_hackathon_results_certs_r3_automated_tests.html docs

0 comments on commit fd3e0ff

Please sign in to comment.