Skip to content

Commit 2b0f1f4

Browse files
committed
mikeo r4 automation
1 parent c40228e commit 2b0f1f4

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/rebuild_results_certs_r4.sh

+5-8
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ python3 src/pqc_report_writer_common.py docs/oid_mapping.md pqc_hackathon_result
1616
pandoc -f markdown pqc_hackathon_results_certs_r4.md > pqc_hackathon_results_certs_r4.html
1717
mv pqc_hackathon_results_certs_r4.md pqc_hackathon_results_certs_r4.html docs
1818

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

0 commit comments

Comments
 (0)