Skip to content

Commit c75d220

Browse files
authored
gh-146410: Add --pythoninfo to make testios (#146494)
Add --pythoninfo option to dump build information.
1 parent ca6dfa0 commit c75d220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)