]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove buildbot diagnostic code.
authorSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 22:45:47 +0000 (15:45 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 22:45:47 +0000 (15:45 -0700)
Tools/buildbot/test.bat

index b08dbe9438f3ebc3281ca0c6ce493ccc469cd7a7..7bc4de502fc3e94b27fdb7f98f02d24b01749327 100644 (file)
@@ -16,11 +16,4 @@ 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\*"\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