Skip to content

Commit

Permalink
Don't silence build output
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Sep 10, 2024
1 parent a40fab2 commit 6caa6ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/scripts/cycle-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ run_test_and_extract() {
local command="cargo test $TEST_NAME -p citrea -- --nocapture"
local output_file="output.log"

# Aggressively silence build output
script -q /dev/null make build > /dev/null 2>&1
make build
$command > "$output_file" 2>&1

local prover_output_file
Expand Down

0 comments on commit 6caa6ea

Please sign in to comment.