2011-03-05 10:11:35 -04:00
|
|
|
@rem Used by the buildbot "test" step.
|
2014-04-08 01:33:29 -03:00
|
|
|
|
|
|
|
rem The following line should be removed before #20035 is closed
|
2014-07-07 15:39:59 -03:00
|
|
|
set TCL_LIBRARY=%~dp0..\..\..\tcltk\lib\tcl8.6
|
|
|
|
|
2014-10-11 03:43:35 -03:00
|
|
|
ver | findstr "Version 6." >nul
|
|
|
|
if %ERRORLEVEL% == 1 goto xp
|
|
|
|
|
2014-07-07 15:39:59 -03:00
|
|
|
"%~dp0..\..\PCbuild\python_d.exe" "%~dp0..\scripts\run_tests.py" -j 1 -u all -W --timeout=3600 %*
|
2014-10-11 03:43:35 -03:00
|
|
|
goto done
|
|
|
|
|
|
|
|
:xp
|
|
|
|
cd PCbuild
|
|
|
|
call rt.bat -d -q -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
|
|
|
|
|
|
:done
|