mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-12 16:30:56 +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
|
||||
cd ../tests
|
||||
error=0
|
||||
if ! pytest -c ../pytest.ini "$@"; then
|
||||
if ! pytest "$@"; then
|
||||
error=1
|
||||
fi
|
||||
kill $upy_pid
|
||||
|
Loading…
Reference in New Issue
Block a user