Skip to content

Commit 1470a51

Browse files
committed
gh-146410: Add --pythoninfo to make testios
Add --pythoninfo option to dump build information.
1 parent 17070f4 commit 1470a51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,7 @@ testios:
23612361
$(PYTHON_FOR_BUILD) $(srcdir)/Apple/testbed clone --framework $(PYTHONFRAMEWORKPREFIX) "$(XCFOLDER)"
23622362

23632363
# Run the testbed project
2364-
$(PYTHON_FOR_BUILD) "$(XCFOLDER)" run --verbose -- test -uall --single-process --rerun -W
2364+
$(PYTHON_FOR_BUILD) "$(XCFOLDER)" run --verbose -- test -uall --single-process --rerun -W --pythoninfo
23652365

23662366
# Like test, but using --slow-ci which enables all test resources and use
23672367
# longer timeout. Run an optional pybuildbot.identify script to include

0 commit comments

Comments
 (0)