Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
prove-all: don't exit on data errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbreak committed Jul 16, 2019
1 parent c9840a6 commit aca7b09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libexec/klab-prove-all
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ do_proof () {
$TIMER klab prove --dump --logs --timeout $PROOF_TIMEOUT "$hash"
result=$?
fi;
set -e

if [ $result -eq 0 ] && [ -n "$PROVE_DUMP" ] && [[ $name =~ .*_pass_rough$ ]]; then
klab get-gas "$hash"
Expand Down

0 comments on commit aca7b09

Please sign in to comment.