mirror of
https://github.com/python/cpython.git
synced 2026-03-21 04:10:53 +00:00
Trying to use run_tests.py for testing is more trouble than it's worth; reverted to rt.bat. Also cleaned up rt.bat a bit. Trying to use hg purge to clean up after testing is also error-prone, so we're back to using the build solution's Clean targets.
7 lines
233 B
Batchfile
7 lines
233 B
Batchfile
@rem Used by the buildbot "test" step.
|
|
|
|
setlocal
|
|
rem The following line should be removed before #20035 is closed
|
|
set TCL_LIBRARY=%~dp0..\..\..\tcltk\lib\tcl8.6
|
|
|
|
call "%~dp0..\..\PCbuild\rt.bat" -d -q -uall -rwW -n --timeout=3600 %*
|