]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-146410: Add --pythoninfo to make testios (#146494)
authorVictor Stinner <vstinner@python.org>
Thu, 26 Mar 2026 22:40:32 +0000 (23:40 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 22:40:32 +0000 (23:40 +0100)
Add --pythoninfo option to dump build information.

Makefile.pre.in

index 5ea00537629de04bfe6da64f6c61952915820918..1a4755f3bf62eab9b8d7ffeda3eda7134021020f 100644 (file)
@@ -2361,7 +2361,7 @@ testios:
        $(PYTHON_FOR_BUILD) $(srcdir)/Apple/testbed clone --framework $(PYTHONFRAMEWORKPREFIX) "$(XCFOLDER)"
 
        # Run the testbed project
-       $(PYTHON_FOR_BUILD) "$(XCFOLDER)" run --verbose -- test -uall --single-process --rerun -W
+       $(PYTHON_FOR_BUILD) "$(XCFOLDER)" run --verbose -- test -uall --single-process --rerun -W --pythoninfo
 
 # Like test, but using --slow-ci which enables all test resources and use
 # longer timeout. Run an optional pybuildbot.identify script to include