mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 06:18:07 +00:00
chore(makefile): remove missing tests when recording local UI fixtures
[no changelog]
This commit is contained in:
parent
68013bdb1b
commit
d48830eb58
@ -141,7 +141,7 @@ test_emu_ui_record: ## record and hash screens for ui integration tests
|
||||
|
||||
test_emu_ui_record_multicore: ## quickly record all screens
|
||||
make test_emu_ui_multicore || echo "All errors are recorded in fixtures.json"
|
||||
../tests/update_fixtures.py local
|
||||
../tests/update_fixtures.py local -r
|
||||
|
||||
pylint: ## run pylint on application sources and tests
|
||||
pylint -E $(shell find src tests -name *.py)
|
||||
|
Loading…
Reference in New Issue
Block a user