Skip to content

Commit

Permalink
Merge #754: run_tests: fix coldcard path
Browse files Browse the repository at this point in the history
244536f run_tests: fix coldcard path (Bruno Garcia)

Pull request description:

  Coldcard/firmware@65b652a

ACKs for top commit:
  achow101:
    ACK 244536f

Tree-SHA512: c8d12ef9a2e16da1e5a87fcaac94543a8c01f28ba16592b26d3ff785eaba6b19742be2ed64e5977199dfe4ec37b61c236aabc426d642187b8bdce0ff6f404136
  • Loading branch information
achow101 committed Sep 4, 2024
2 parents 5fea2e4 + 244536f commit ad497de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

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

0 comments on commit ad497de

Please sign in to comment.