From: Victor Stinner Date: Thu, 26 Mar 2026 22:40:32 +0000 (+0100) Subject: gh-146410: Add --pythoninfo to make testios (#146494) X-Git-Tag: v3.15.0a8~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c75d220e257ef7fda8d54e6b5d90de19d6122474;p=thirdparty%2FPython%2Fcpython.git gh-146410: Add --pythoninfo to make testios (#146494) Add --pythoninfo option to dump build information. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 5ea00537629d..1a4755f3bf62 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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