Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Sep 10, 2024
1 parent 37ad341 commit 83592ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/scripts/cycle-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ run_test_and_extract() {

make build
$command > "$output_file" 2>&1
echo "Contents of $output_file:" >&2
cat "$output_file" >&2

local prover_output_file
prover_output_file=$(grep "prover.log" "$output_file" | awk '{print $6}')
Expand Down

0 comments on commit 83592ab

Please sign in to comment.