mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-29 10:58:21 +00:00
Fixing make test_emu in some environments.
This commit is contained in:
parent
8213fee15b
commit
ea4610afd2
@ -12,7 +12,7 @@ sleep 1
|
|||||||
export TREZOR_PATH=udp:127.0.0.1:21324
|
export TREZOR_PATH=udp:127.0.0.1:21324
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
cd ../tests
|
cd ..
|
||||||
error=0
|
error=0
|
||||||
if ! pytest "$@"; then
|
if ! pytest "$@"; then
|
||||||
error=1
|
error=1
|
||||||
|
Loading…
Reference in New Issue
Block a user