mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-15 10:58:09 +00:00
tests: set default TREZOR_PATH to the emulator
(so you can run `make test_emu` with a physical Trezor connected)
This commit is contained in:
parent
5b9b904198
commit
bd32e1e3b3
@ -9,6 +9,8 @@ $MICROPYTHON -O$PYOPT main.py >/dev/null &
|
||||
upy_pid=$!
|
||||
sleep 1
|
||||
|
||||
export TREZOR_PATH=udp:127.0.0.1:21324
|
||||
|
||||
# run tests
|
||||
cd ../tests
|
||||
error=0
|
||||
|
Loading…
Reference in New Issue
Block a user