From 4521c9e330cc4354c54280a8040edf20b18cf0f3 Mon Sep 17 00:00:00 2001 From: Marvin Jones Date: Fri, 22 May 2026 17:38:02 -0400 Subject: [PATCH] minor cleanup --- keycard_wallet/tests/keycard_power_recovery_tests.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/keycard_wallet/tests/keycard_power_recovery_tests.sh b/keycard_wallet/tests/keycard_power_recovery_tests.sh index 9ad23653..3d8301f7 100755 --- a/keycard_wallet/tests/keycard_power_recovery_tests.sh +++ b/keycard_wallet/tests/keycard_power_recovery_tests.sh @@ -3,18 +3,6 @@ # # Forces a card power cycle before each keycard-backed wallet command to verify # commands survive mid-session power loss. -# -# On Linux: pcscd re-powers the card automatically on the next connection, so -# commands will succeed without triggering the retry path. This tests resilience -# to power cycles, not the retry wrapper itself. -# -# On Mac (affected driver): the card stays unpowered after force_unpower.py, -# triggering TransportError. You should see "Retry succeeded after card reset." -# in the output of each command, confirming the retry wrapper fires and recovers. -# -# Prerequisites: -# - Run wallet_with_keycard.sh first to set up the venv and dependencies. -# - Run `wallet keycard init` and `wallet keycard connect` before this script. source venv/bin/activate