From d48830eb58db931fd9ab7d5f5d6738b82e0e13f2 Mon Sep 17 00:00:00 2001 From: grdddj Date: Thu, 14 Sep 2023 12:23:55 +0200 Subject: [PATCH] chore(makefile): remove missing tests when recording local UI fixtures [no changelog] --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)