Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 375 Bytes

2023-09-30-20-18-38.gh-issue-110152.4Kxve1.rst

File metadata and controls

5 lines (5 loc) · 375 Bytes

Remove Tools/scripts/run_tests.py and make hostrunnertest. Just run ./python -m test --slow-ci, make buildbottest or make test instead. Python test runner (regrtest) now handles cross-compilation and HOSTRUNNER. It also adds options to Python such fast -u -E -W default -bb when --fast-ci or --slow-ci option is used. Patch by Victor Stinner.