mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-07 05:51:38 +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=$!
|
upy_pid=$!
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
|
export TREZOR_PATH=udp:127.0.0.1:21324
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
cd ../tests
|
cd ../tests
|
||||||
error=0
|
error=0
|
||||||
|
Loading…
Reference in New Issue
Block a user