Adds temporary validation code to buildbot script

This commit is contained in:
Steve Dower 2016-09-09 15:33:42 -07:00
parent b230cc4b5c
commit 5510d821d3

View file

@ -16,4 +16,11 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts
echo on
rem Start temporary diagnostic code
set
echo All zip files
dir /s/b "%here%..\..\PCbuild\*.zip"
echo.
rem End temporary diagnostic code
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=900 %regrtest_args%