1
0
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:
Jan Pochyla 2018-07-04 14:32:17 +02:00
parent dcb15f77c3
commit 22abb6d07a

View File

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