build: update test runners for new paths

pull/404/head
matejcik 5 years ago committed by matejcik
parent 834981f599
commit eaf1e940a8

@ -22,7 +22,7 @@ export TREZOR_PATH=udp:127.0.0.1:21324
# run tests
error=0
if ! pytest "$@"; then
if ! pytest ../../tests "$@"; then
error=1
fi
kill $upy_pid

@ -14,4 +14,4 @@ if [ "$EMULATOR" = 1 ]; then
"${PYTHON:-python}" script/wait_for_emulator.py
fi
"${PYTHON:-python}" -m pytest --pyargs trezorlib.tests.device_tests "$@"
"${PYTHON:-python}" -m pytest ../tests "$@"

Loading…
Cancel
Save