From: Shane Jaroch Date: Fri, 23 Jan 2026 20:04:58 +0000 (-0500) Subject: format submodule python; update submodule (regen fixtures) X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=19c5229eb76c6fc21515f3c9c08bc9cc0db6630c;p=gamesguru%2Fgetmyancestors.git format submodule python; update submodule (regen fixtures) --- diff --git a/Makefile b/Makefile index b27af48..36e16f2 100644 --- a/Makefile +++ b/Makefile @@ -52,8 +52,13 @@ test/cov: ##H@@ Combine all coverage data and show report REMOTE_HEAD ?= origin/master -PY_CHANGED_FILES ?= $(shell git diff --name-only --diff-filter=MACU $(REMOTE_HEAD) '*.py') -PY_CHANGED_FILES_FLAG ?= $(if $(PY_CHANGED_FILES),1,) +REMOTE_HEAD_SUBMODULE ?= origin/master + +PY_CHANGED_FILES_BASE ?= $(shell git diff --name-only --diff-filter=MACRU $(REMOTE_HEAD) '*.py') +PY_CHANGED_FILES_SUBMODULE ?= $(shell cd res/testdata && git diff --name-only --diff-filter=MACRU HEAD $(REMOTE_HEAD_SUBMODULE)'*.py') +PY_CHANGED_FILES ?= $(sort $(PY_CHANGED_FILES_BASE) $(PY_CHANGED_FILES_SUBMODULE)) +PY_CHANGED_FILES_FLAG ?= $(if $(strip $(PY_CHANGED_FILES)),1,) + SH_ALL_FILES ?= $(shell git ls-files '*.sh') PRETTIER_ALL_FILES ?= $(shell git ls-files '*.js' '*.css' '*.html' '*.md' '*.yaml' '*.yml') diff --git a/res/testdata b/res/testdata index 9ba8c57..82518a6 160000 --- a/res/testdata +++ b/res/testdata @@ -1 +1 @@ -Subproject commit 9ba8c571e07f87d8f257554911f734299b750089 +Subproject commit 82518a63992b6b465da6081a6d2a54d2f54708db