1
0
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:
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
cd ../tests
error=0
if ! pytest -c ../pytest.ini "$@"; then
if ! pytest "$@"; then
error=1
fi
kill $upy_pid