]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Adds temporary validation code to buildbot script
authorSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 22:33:42 +0000 (15:33 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 22:33:42 +0000 (15:33 -0700)
Tools/buildbot/test.bat

index 7bc4de502fc3e94b27fdb7f98f02d24b01749327..9cce09ecb732c8cac3e1ccfc53915ceb30e06389 100644 (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\r
 \r
 echo on\r
+rem Start temporary diagnostic code\r
+set\r
+echo All zip files\r
+dir /s/b "%here%..\..\PCbuild\*.zip"\r
+echo.\r
+rem End temporary diagnostic code\r
+\r
 call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=900 %regrtest_args%\r