From fc264a0c0a2035bd8cd21bbad91628de90f7a891 Mon Sep 17 00:00:00 2001 From: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com> Date: Thu, 6 Nov 2025 18:31:01 -0500 Subject: [PATCH] add shell file tps-test.sh can be ran to export the appropriate wallet and run appropriate release. --- test_tps.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test_tps.sh diff --git a/test_tps.sh b/test_tps.sh new file mode 100644 index 0000000..6c3f892 --- /dev/null +++ b/test_tps.sh @@ -0,0 +1,3 @@ +cd integration_tests +export NSSA_WALLET_HOME_DIR=$(pwd)/configs/debug/wallet/ +RUST_LOG=info cargo run --release $(pwd)/configs/debug tps_test