summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/proof3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/proof b/tools/proof
index c41745b6..5a329a50 100755
--- a/tools/proof
+++ b/tools/proof
@@ -14,7 +14,8 @@ fi
rm -fr ~/Products/ledger*
-time ./acprep -j16 --warn proof 2>&1 | tee ~/Desktop/proof.log
+time ./acprep --universal -j16 --warn proof 2>&1 | \
+ tee ~/Desktop/proof.log
if egrep -q '(ERROR|CRITICAL)' ~/Desktop/proof.log; then
if [[ "$1" = "--alert" ]]; then