From caaacb4d24a8e3dbf604899dd5fe60169ee96d20 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 31 Jul 2021 23:23:50 +0900 Subject: acl2-theorems: Use run command. --- jobs/acl2-theorems.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jobs') diff --git a/jobs/acl2-theorems.run b/jobs/acl2-theorems.run index c002d11..04ed3a3 100755 --- a/jobs/acl2-theorems.run +++ b/jobs/acl2-theorems.run @@ -2,5 +2,5 @@ set -euo pipefail for path in $(find -type f -name '*.lisp'); do - laminarc start acl2-verify path="$(pwd)/$path" + laminarc run acl2-verify path="$(pwd)/$path" done -- cgit v1.2.3