diff --git a/core/Makefile b/core/Makefile index a6027b845b..2f5624f4b4 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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)