Skip to content

Commit

Permalink
Revert grep change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Sep 26, 2024
1 parent aa158cd commit 3f71218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prove_stdio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ do

if $WRAP_PROOF ; then
"${REPO_ROOT}/target/release/aggregator" --runtime in-memory --load-strategy on-demand --wrap stdio < $proof_file &> $OUTPUT_LOG
cat $OUTPUT_LOG | grep "Successfully wrote to disk wrapped proof file " | awk '{print $NF}' | tee $PROOFS_FILE_LIST
cat $OUTPUT_LOG | grep "Successfully wrote to disk proof file " | awk '{print $NF}' | tee $PROOFS_FILE_LIST
if [ ! -s "$PROOFS_FILE_LIST" ]; then
echo "Proof list not generated, some error happened. For more details check the log file $OUTPUT_LOG"
exit 1
Expand Down

0 comments on commit 3f71218

Please sign in to comment.