[Python-checkins] cpython: Adds temporary validation code to buildbot script

steve.dower python-checkins at python.org
Fri Sep 9 18:34:12 EDT 2016


https://hg.python.org/cpython/rev/808b4b8c6fe8
changeset:   103485:808b4b8c6fe8
user:        Steve Dower <steve.dower at microsoft.com>
date:        Fri Sep 09 15:33:42 2016 -0700
summary:
  Adds temporary validation code to buildbot script

files:
  Tools/buildbot/test.bat |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -16,4 +16,11 @@
 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%

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list