[Python-checkins] cpython: Expands buildbot validation code

steve.dower python-checkins at python.org
Fri Sep 9 18:39:23 EDT 2016


https://hg.python.org/cpython/rev/50129f5ab5b4
changeset:   103488:50129f5ab5b4
user:        Steve Dower <steve.dower at microsoft.com>
date:        Fri Sep 09 15:39:11 2016 -0700
summary:
  Expands buildbot validation code

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


diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -19,7 +19,7 @@
 rem Start temporary diagnostic code
 set
 echo All zip files
-dir /s/b "%here%..\..\PCbuild\*.zip"
+dir /s/b "%here%..\..\PCbuild\*"
 echo.
 rem End temporary diagnostic code
 

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


More information about the Python-checkins mailing list