Skip to content

Commit

Permalink
fix: Point getAccountState.sh to new test crate location
Browse files Browse the repository at this point in the history
  • Loading branch information
vadorovsky committed May 9, 2024
1 parent 7363082 commit 712d3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getAccountState.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# group_pda
#
# to add more accounts to regenerate, add them to setup_test_programs_with_accounts and test script
cd programs/compressed-pda && cargo test-sbf regenerate_accounts -- --ignored --nocapture && cd -
cd test-programs/compressed-pda-test && cargo test-sbf regenerate_accounts -- --ignored --nocapture && cd -

0 comments on commit 712d3ae

Please sign in to comment.