mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00

The user-facing scripts in PCbuild have been updated to be easier to use and the buildbot scripts in Tools\buildbot have been updated to use the user-facing scripts in PCbuild wherever possible.
6 lines
259 B
Batchfile
6 lines
259 B
Batchfile
@rem Used by the buildbot "test" step.
|
|
|
|
rem The following line should be removed before #20035 is closed
|
|
set TCL_LIBRARY=%~dp0..\..\..\tcltk64\lib\tcl8.6
|
|
|
|
"%~dp0..\..\PCbuild\amd64\python_d.exe" "%~dp0..\scripts\run_tests.py" -j 1 -u all -W --timeout=3600 %*
|