From: Steve Dower Date: Fri, 9 Sep 2016 22:33:42 +0000 (-0700) Subject: Adds temporary validation code to buildbot script X-Git-Tag: v3.6.0b1~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5510d821d3cd36e25cb0fbd4fb36299966be2535;p=thirdparty%2FPython%2Fcpython.git Adds temporary validation code to buildbot script --- diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 7bc4de502fc3..9cce09ecb732 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -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%