Fixing make test_emu in some environments.

pull/25/head
Tibor Arpas 6 years ago committed by Jan Pochyla
parent 8213fee15b
commit ea4610afd2

@ -12,7 +12,7 @@ sleep 1
export TREZOR_PATH=udp:127.0.0.1:21324
# run tests
cd ../tests
cd ..
error=0
if ! pytest "$@"; then
error=1

Loading…
Cancel
Save