]> Nutra Git (v1) - gamesguru/getmyancestors.git/commitdiff
format submodule python; update submodule (regen fixtures)
authorShane Jaroch <chown_tee@proton.me>
Fri, 23 Jan 2026 20:04:58 +0000 (15:04 -0500)
committerShane Jaroch <chown_tee@proton.me>
Fri, 23 Jan 2026 20:04:58 +0000 (15:04 -0500)
Makefile
res/testdata

index b27af489847ef41058d0f72fb339066ce83cb597..36e16f20cda45fccc00bae9d775bd2bb6e8115b1 100644 (file)
--- 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')
 
index 9ba8c571e07f87d8f257554911f734299b750089..82518a63992b6b465da6081a6d2a54d2f54708db 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9ba8c571e07f87d8f257554911f734299b750089
+Subproject commit 82518a63992b6b465da6081a6d2a54d2f54708db