From 1470a51bf42218f27c1cbd32f85417f1b42e6b9f Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 26 Mar 2026 22:44:51 +0100 Subject: [PATCH] gh-146410: Add --pythoninfo to make testios Add --pythoninfo option to dump build information. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 5ea00537629de0..1a4755f3bf62ea 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