From 9c2bb931941fa740d094e86f019fe5a3990539c1 Mon Sep 17 00:00:00 2001 From: Maxim Vezenov Date: Tue, 3 Oct 2023 19:08:34 +0100 Subject: [PATCH] chore: Update acir_tests script to point to master (#2650) Reference this PR for more info: https://github.com/noir-lang/noir/pull/2965 # Checklist: Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge. - [ ] If the pull request requires a cryptography review (e.g. cryptographic algorithm implementations) I have added the 'crypto' tag. - [X] I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code. - [X] Every change is related to the PR description. - [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist). --- 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 a483d04889e5..e495580dd971 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:-}