Skip to content

Commit 5ef0aec

Browse files
authored
chore: update export photon test transactions sh (#1820)
1 parent 046d452 commit 5ef0aec

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

scripts/export-photon-test-transactions.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ cargo test-sbf -p compressed-token-test -- --test test_transfer_with_photon_and_
1111
cargo xtask export-photon-test-data --test-name batched_tree_token_transactions;
1212
killall solana-test-validator;
1313

14-
cargo test-sbf -p compressed-token-test -- --ignored --test generate_photon_test_data_multiple_events;
14+
cargo test-sbf -p system-cpi-v2-test -- --ignored --test generate_photon_test_data_multiple_events;
1515
cargo xtask export-photon-test-data --test-name test_multiple_events;
1616
killall solana-test-validator;
1717

18-
cargo test-sbf -p compressed-token-test -- --ignored --test generate_photon_test_data_multiple_events;
19-
cargo xtask export-photon-test-data --test-name test_multiple_events;
18+
# let num_addresses = 2;
19+
cargo test -p forester -- --test test_create_v2_address;
20+
cargo xtask export-photon-test-data --test-name batched_address_2_transactions;
2021
killall solana-test-validator;
21-
22+
# let num_addresses = 1;
2223
cargo test -p forester -- --test test_create_v2_address;
23-
cargo xtask export-photon-test-data --test-name test_create_v2_address;
24-
killall solana-test-validator;
24+
cargo xtask export-photon-test-data --test-name batched_address_transactions;
25+
killall solana-test-validator;

0 commit comments

Comments
 (0)