diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 22:39:11 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 22:39:11 (GMT) |
commit | 37df068e862c4bbab16da00de72655c4a737ea94 (patch) | |
tree | a8b93e4dc7641769e2b451a7372d33457d48e601 /Tools/buildbot/test.bat | |
parent | 8f35675853d385941b02006b41124473f2d39b1c (diff) | |
download | cpython-37df068e862c4bbab16da00de72655c4a737ea94.zip cpython-37df068e862c4bbab16da00de72655c4a737ea94.tar.gz cpython-37df068e862c4bbab16da00de72655c4a737ea94.tar.bz2 |
Expands buildbot validation code
Diffstat (limited to 'Tools/buildbot/test.bat')
-rw-r--r-- | Tools/buildbot/test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 9cce09e..b08dbe9 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -19,7 +19,7 @@ echo on 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
|