diff options
-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
|