mirror of
https://github.com/python/cpython.git
synced 2026-03-19 11:21:00 +00:00
When --fast-ci or --slow-ci option is used, regrtest now replaces the current process with a new process to add "-u -W default -bb -E" options to Python. Changes: * PCbuild/rt.bat and Tools/scripts/run_tests.py no longer need to add "-u -W default -bb -E" options to Python: it's now done by regrtest. * Fix Tools/scripts/run_tests.py: flush stdout before replacing the process. Previously, buffered messages were lost.
2 lines
57 B
Python
2 lines
57 B
Python
from test.libregrtest.main import main
|
|
main(reexec=True)
|