File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,8 @@ python3 src/pqc_report_writer_common.py docs/oid_mapping.md pqc_hackathon_result
16
16
pandoc -f markdown pqc_hackathon_results_certs_r4.md > pqc_hackathon_results_certs_r4.html
17
17
mv pqc_hackathon_results_certs_r4.md pqc_hackathon_results_certs_r4.html docs
18
18
19
-
20
- # Also generate a results html with only automated test results
21
- # TOOD: not yet enabled, need to differentiate r3 and r4 automated results (or remove r3 automation)
22
- # if [ -d ./output/certs ]; then
23
- # python3 src/pqc_report_writer_common.py docs/oid_mapping.md pqc_hackathon_results_certs_r4_automated_tests.md "Certificate Automated Verification" $(find ./output/certs -name "*.csv")
24
- # pandoc -f markdown pqc_hackathon_results_certs_r4_automated_tests.md > pqc_hackathon_results_certs_r4_automated_tests.html
25
- # mv pqc_hackathon_results_certs_r4_automated_tests.md pqc_hackathon_results_certs_r4_automated_tests.html docs
26
- # fi
19
+ if [ -d ./output/certs ]; then
20
+ python3 src/pqc_report_writer_common.py docs/oid_mapping.md pqc_hackathon_results_certs_r4_automated_tests.md " Certificate Automated Verification" $( find ./output/certs -name " *.csv" )
21
+ pandoc -f markdown pqc_hackathon_results_certs_r4_automated_tests.md > pqc_hackathon_results_certs_r4_automated_tests.html
22
+ mv pqc_hackathon_results_certs_r4_automated_tests.md pqc_hackathon_results_certs_r4_automated_tests.html docs
23
+ fi
You can’t perform that action at this time.
0 commit comments