aboutsummaryrefslogtreecommitdiff
path: root/jobs/acl2-theorems.run
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-07-31 23:23:50 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-07-31 23:23:50 +0900
commitcaaacb4d24a8e3dbf604899dd5fe60169ee96d20 (patch)
treead7c37b35fd2850ddaa1393417bf2abc748e0999 /jobs/acl2-theorems.run
parentaa6989bdf80571632ce50f37465301f950df1b65 (diff)
acl2-theorems: Use run command.
Diffstat (limited to 'jobs/acl2-theorems.run')
-rwxr-xr-xjobs/acl2-theorems.run2
1 files changed, 1 insertions, 1 deletions
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