From 59d6422eabff4070b6049c42e55bcb687969001e Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 31 Jul 2021 23:11:30 +0900 Subject: Use pipefail. --- 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 e934efd..faec32c 100755 --- a/jobs/acl2-theorems.run +++ b/jobs/acl2-theorems.run @@ -1,4 +1,5 @@ -#!/bin/sh +#!/usr/bin/env bash +set -euo pipefail for path in $(find -type f -name '*.lisp'); do laminarc start acl2-verify path="$path" -- cgit v1.2.3