1
0
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:
matejcik 2018-03-09 14:56:37 +01:00
parent 5b9b904198
commit bd32e1e3b3

View File

@ -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