Skip to content

Commit 1038a3a

Browse files
authored
gh-146410: Run tests with with --pythoninfo on iOS (#146457)
Add --pythoninfo option to dump build information.
1 parent fc1f6b1 commit 1038a3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Apple/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,7 @@ def test(context: argparse.Namespace, host: str | None = None) -> None: # noqa:
831831
f"--{context.ci_mode}-ci",
832832
"--single-process",
833833
"--no-randomize",
834+
"--pythoninfo",
834835
# Timeout handling requires subprocesses; explicitly setting
835836
# the timeout to -1 disables the faulthandler.
836837
"--timeout=-1",

0 commit comments

Comments
 (0)