blob: 6b98c79015e2e890d0237643e6735224c0911d34 (
plain)
1
2
3
4
5
6
|
@rem Used by the buildbot "test" step.
rem The following line should be removed before #20035 is closed
set TCL_LIBRARY=%CD%\..\tcltk\lib\tcl8.6
cd PCbuild
call rt.bat -d -q -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9
|