diff --git a/barretenberg/acir_tests/clone_test_vectors.sh b/barretenberg/acir_tests/clone_test_vectors.sh index 639c2a29b03..c5023369990 100755 --- a/barretenberg/acir_tests/clone_test_vectors.sh +++ b/barretenberg/acir_tests/clone_test_vectors.sh @@ -10,10 +10,10 @@ if [ ! -d acir_tests ]; then git clone -b $BRANCH --filter=blob:none --no-checkout https://github.com/noir-lang/noir.git cd noir git sparse-checkout init --cone - git sparse-checkout set tooling/nargo_cli/tests/acir_artifacts + git sparse-checkout set test_programs/acir_artifacts git checkout cd .. - mv noir/tooling/nargo_cli/tests/acir_artifacts acir_tests + mv noir/test_programs/acir_artifacts acir_tests rm -rf noir fi -fi \ No newline at end of file +fi diff --git a/barretenberg/acir_tests/gen_inner_proof_inputs.sh b/barretenberg/acir_tests/gen_inner_proof_inputs.sh index 759f077cd44..3082548dfb7 100755 --- a/barretenberg/acir_tests/gen_inner_proof_inputs.sh +++ b/barretenberg/acir_tests/gen_inner_proof_inputs.sh @@ -5,7 +5,7 @@ set -eu BIN=${BIN:-../cpp/build/bin/bb} CRS_PATH=~/.bb-crs -BRANCH=master +BRANCH=tf/restructure-integration-tests VERBOSE=${VERBOSE:-} RECURSIVE=true PROOF_NAME="proof_a" @@ -42,4 +42,4 @@ echo "Write proof as fields for recursion..." $BIN proof_as_fields $VFLAG -c $CRS_PATH -p "./proofs/$PROOF_NAME" cat ./proofs/${PROOF_NAME}_fields.json -echo \ No newline at end of file +echo diff --git a/barretenberg/acir_tests/run_acir_tests.sh b/barretenberg/acir_tests/run_acir_tests.sh index 9ede9fbd4e6..82c2ff28f97 100755 --- a/barretenberg/acir_tests/run_acir_tests.sh +++ b/barretenberg/acir_tests/run_acir_tests.sh @@ -13,7 +13,7 @@ trap handle_sigchild SIGCHLD BIN=${BIN:-../cpp/build/bin/bb} FLOW=${FLOW:-prove_and_verify} CRS_PATH=~/.bb-crs -BRANCH=master +BRANCH=tf/restructure-integration-tests VERBOSE=${VERBOSE:-} TEST_NAMES=("$@") # We get little performance benefit over 16 cores (in fact it can be worse). @@ -89,4 +89,4 @@ fi wait # Check for parallel errors -check_error_file \ No newline at end of file +check_error_file