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:
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…
Reference in New Issue
Block a user