Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Jul 8, 2024
1 parent 72f83d9 commit 3151833
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zero_bin/tools/prove_stdio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ if [[ $TEST_ONLY == "test_only" ]]; then
cargo run --release --features test_only --bin leader -- --runtime in-memory --load-strategy on-demand stdio < $INPUT_FILE | tee $TEST_OUT_PATH
if grep -q 'All proof witnesses have been generated successfully.' $TEST_OUT_PATH; then
echo -e "\n\nSuccess - Note this was just a test, not a proof"
rm $TEST_OUT_PATH $LEADER_OUT_PATH $VERIFY_OUT_PATH
exit
else
echo "Failed to create proof witnesses. See \"zk_evm/tools/test.out\" for more details."
Expand All @@ -115,7 +114,6 @@ if grep -q 'All proofs verified successfully!' $VERIFY_OUT_PATH; then
echo "Success!"
echo "Duration:" $duration_sec " seconds"
echo "Note, this duration is inclusive of circuit handling and overall process initialization";
rm $TEST_OUT_PATH $LEADER_OUT_PATH $VERIFY_OUT_PATH
else
echo "there was an issue with proof verification";
exit 1
Expand Down

0 comments on commit 3151833

Please sign in to comment.