From 93625d3fad9993a8e5187ff85a0c0010b005ffcd Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 31 Jul 2021 23:39:44 +0900 Subject: acl2-theorems: Update messages. --- jobs/acl2-theorems.run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jobs') diff --git a/jobs/acl2-theorems.run b/jobs/acl2-theorems.run index 3f64c31..8bbcabc 100755 --- a/jobs/acl2-theorems.run +++ b/jobs/acl2-theorems.run @@ -2,8 +2,9 @@ set -euo pipefail for path in $(find -type f -name '*.lisp'); do - printf "%s:\n " "$path" + printf "%s\n " "${path#./}" laminarc run acl2-verify path="$(pwd)/$path" + echo done echo 'Verified all files!' -- cgit v1.2.3