From f0f7fb75c50fdb733966bc097d3b4fee873077e5 Mon Sep 17 00:00:00 2001 From: vezenovm Date: Tue, 3 Oct 2023 17:58:04 +0000 Subject: [PATCH] update acir_tests script to point to master --- barretenberg/acir_tests/run_acir_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barretenberg/acir_tests/run_acir_tests.sh b/barretenberg/acir_tests/run_acir_tests.sh index a483d04889e..e495580dd97 100755 --- a/barretenberg/acir_tests/run_acir_tests.sh +++ b/barretenberg/acir_tests/run_acir_tests.sh @@ -7,7 +7,7 @@ set -eu BIN=${BIN:-../cpp/build/bin/bb} FLOW=${FLOW:-prove_and_verify} CRS_PATH=~/.bb-crs -BRANCH=mv/recursion-script +BRANCH=master VERBOSE=${VERBOSE:-} NAMED_TEST=${1:-}