diff --git a/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh b/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh index e9e509f6fae..20845e978a0 100755 --- a/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh +++ b/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh @@ -61,7 +61,7 @@ function test() { else echo -e "\033[31mFAILED\033[0m" # Run again verbose. - $BB prove_and_verify -v -c $CRS_PATH + $BB prove_and_verify -v -c $CRS_PATH -b ./target/$dir_name.bytecode exit 1 fi