tests: set default TREZOR_PATH to the emulator

(so you can run `make test_emu` with a physical Trezor connected)
pull/25/head
matejcik 6 years ago
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…
Cancel
Save