summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/test.bat
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-09 22:45:47 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-09 22:45:47 (GMT)
commit5daba1a59ac0e95d787045f0cebaddf916d0f6ae (patch)
tree997ae278ba1464aff29cc6f12bd8ac8dd94aa7b8 /Tools/buildbot/test.bat
parent664cc5071a511e78e8b018d76d6c2285c1384bad (diff)
downloadcpython-5daba1a59ac0e95d787045f0cebaddf916d0f6ae.zip
cpython-5daba1a59ac0e95d787045f0cebaddf916d0f6ae.tar.gz
cpython-5daba1a59ac0e95d787045f0cebaddf916d0f6ae.tar.bz2
Remove buildbot diagnostic code.
Diffstat (limited to 'Tools/buildbot/test.bat')
-rw-r--r--Tools/buildbot/test.bat7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
index b08dbe9..7bc4de5 100644
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -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
echo on
-rem Start temporary diagnostic code
-set
-echo All zip files
-dir /s/b "%here%..\..\PCbuild\*"
-echo.
-rem End temporary diagnostic code
-
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=900 %regrtest_args%