mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-127845: Minor improvements to iOS test runner script (#127846)
Uses symlinks to install iOS framework into testbed clone, adds a verbose mode to the iOS runner to hide most Xcode output, adds another mechanism to disable terminal colors, and ensures that stdout is flushed after every write.
This commit is contained in:
parent
0cbc19d59e
commit
ba2d2fda93
3 changed files with 53 additions and 20 deletions
|
|
@ -2169,7 +2169,7 @@ testios:
|
|||
$(PYTHON_FOR_BUILD) $(srcdir)/iOS/testbed clone --framework $(PYTHONFRAMEWORKPREFIX) "$(XCFOLDER)"
|
||||
|
||||
# Run the testbed project
|
||||
$(PYTHON_FOR_BUILD) "$(XCFOLDER)" run -- test -uall --single-process --rerun -W
|
||||
$(PYTHON_FOR_BUILD) "$(XCFOLDER)" run --verbose -- test -uall --single-process --rerun -W
|
||||
|
||||
# Like test, but using --slow-ci which enables all test resources and use
|
||||
# longer timeout. Run an optional pybuildbot.identify script to include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue