EIO-3: update to conversion scripts

This commit is contained in:
Nelson Roberts
2020-06-05 12:50:51 -07:00
committed by Catherine Luse
parent 1d6b58d970
commit 7b5c3a78c2
2 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ get_test() {
jq -r --arg id "${id}" --arg section "${section}" --arg test_number "${test_number}" 'select(.id==$id).tests[] | select(.section==$section).results[] | select(.test_number==$test_number)' ${results_file}
}
cat headers/header-2.3.5.md
cat headers/header-2.4.3.md
for id in $(get_ids); do
echo "## ${id} $(get_id_text ${id})"