Skip to content

Commit ad497de

Browse files
committed
Merge #754: run_tests: fix coldcard path
244536f run_tests: fix coldcard path (Bruno Garcia) Pull request description: Coldcard/firmware@65b652a ACKs for top commit: achow101: ACK 244536f Tree-SHA512: c8d12ef9a2e16da1e5a87fcaac94543a8c01f28ba16592b26d3ff785eaba6b19742be2ed64e5977199dfe4ec37b61c236aabc426d642187b8bdce0ff6f404136
2 parents 5fea2e4 + 244536f commit ad497de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
parser.add_argument('--trezor-1-path', dest='trezor_1_path', help='Path to Trezor 1 emulator', default='work/trezor-firmware/legacy/firmware/trezor.elf')
5555
parser.add_argument('--trezor-t-path', dest='trezor_t_path', help='Path to Trezor T emulator', default='work/trezor-firmware/core/emu.sh')
56-
parser.add_argument('--coldcard-path', dest='coldcard_path', help='Path to Coldcar simulator', default='work/firmware/unix/headless.py')
56+
parser.add_argument('--coldcard-path', dest='coldcard_path', help='Path to Coldcard simulator', default='work/firmware/unix/simulator.py')
5757
parser.add_argument('--keepkey-path', dest='keepkey_path', help='Path to Keepkey emulator', default='work/keepkey-firmware/bin/kkemu')
5858
parser.add_argument('--bitbox01-path', dest='bitbox01_path', help='Path to Digital Bitbox simulator', default='work/mcu/build/bin/simulator')
5959
parser.add_argument('--ledger-path', dest='ledger_path', help='Path to Ledger emulator', default='work/speculos/speculos.py')

0 commit comments

Comments
 (0)