aboutsummaryrefslogtreecommitdiff
path: root/jobs/acl2-theorems.run
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-07-31 23:41:06 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-07-31 23:41:06 +0900
commit81ecc44af8f13f06d5dd52d0628b081c162b6a26 (patch)
tree5160122758d76412ef8d417d7a1707fb233793f3 /jobs/acl2-theorems.run
parent93625d3fad9993a8e5187ff85a0c0010b005ffcd (diff)
acl2-theorems: Add newline to output.
Diffstat (limited to 'jobs/acl2-theorems.run')
-rwxr-xr-xjobs/acl2-theorems.run1
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/acl2-theorems.run b/jobs/acl2-theorems.run
index 8bbcabc..0f6bf6c 100755
--- a/jobs/acl2-theorems.run
+++ b/jobs/acl2-theorems.run
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
+echo
for path in $(find -type f -name '*.lisp'); do
printf "%s\n " "${path#./}"
laminarc run acl2-verify path="$(pwd)/$path"