chore(makefile): remove missing tests when recording local UI fixtures

[no changelog]
pull/3256/head
grdddj 9 months ago committed by Jiří Musil
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…
Cancel
Save