diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-02 18:41:57 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-02 18:41:57 -0400 |
commit | 6ceda8320fcd81376c3b8a8bc81e48b9e87f1926 (patch) | |
tree | b530c8cf1679a4b241c040df195e1b251dfa3062 /tools/proof | |
parent | cbc0a125c0326d8c638362fa979e41369fed29f5 (diff) | |
download | fork-ledger-6ceda8320fcd81376c3b8a8bc81e48b9e87f1926.tar.gz fork-ledger-6ceda8320fcd81376c3b8a8bc81e48b9e87f1926.tar.bz2 fork-ledger-6ceda8320fcd81376c3b8a8bc81e48b9e87f1926.zip |
Added acprep option --universal, now off by default
Diffstat (limited to 'tools/proof')
-rwxr-xr-x | tools/proof | 3 |
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 |