Skip to content

Commit

Permalink
chore: update directory from which to pull noir test cases (#1257)
Browse files Browse the repository at this point in the history
# Description

noir-lang/noir#2074 performs a cleanup of the
location of the Noir test data directory and so bberg needs to update to
match

# Checklist:

- [x] I have reviewed my diff in github, line by line.
- [x] Every change is related to the PR description.
- [x] 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 the issue(s) that it resolves.
- [x] There are no unexpected formatting changes, superfluous debug
logs, or commented-out code.
- [x] The branch has been merged or rebased against the head of its
merge target.
- [x] I'm happy for the PR to be merged at the reviewer's next
convenience.
  • Loading branch information
TomAFrench authored Jul 28, 2023
1 parent f30d9cd commit 79e3471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,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 crates/nargo_cli/tests/test_data_ssa_refactor
git sparse-checkout set crates/nargo_cli/tests/test_data
git checkout
cd ..
mv noir/crates/nargo_cli/tests/test_data_ssa_refactor acir_tests
mv noir/crates/nargo_cli/tests/test_data acir_tests
rm -rf noir
fi
fi
Expand Down

0 comments on commit 79e3471

Please sign in to comment.