mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-28 19:58:45 +00:00
tests: auto-detect pytest config
This commit is contained in:
parent
dcb15f77c3
commit
22abb6d07a
@ -14,7 +14,7 @@ export TREZOR_PATH=udp:127.0.0.1:21324
|
|||||||
# run tests
|
# run tests
|
||||||
cd ../tests
|
cd ../tests
|
||||||
error=0
|
error=0
|
||||||
if ! pytest -c ../pytest.ini "$@"; then
|
if ! pytest "$@"; then
|
||||||
error=1
|
error=1
|
||||||
fi
|
fi
|
||||||
kill $upy_pid
|
kill $upy_pid
|
||||||
|
Loading…
Reference in New Issue
Block a user