1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 17:09:44 +00:00

Fixing make test_emu in some environments.

This commit is contained in:
Tibor Arpas 2018-11-19 17:57:28 +01:00 committed by Jan Pochyla
parent 8213fee15b
commit ea4610afd2

View File

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