From 37df068e862c4bbab16da00de72655c4a737ea94 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Fri, 9 Sep 2016 15:39:11 -0700 Subject: [PATCH] Expands buildbot validation code --- Tools/buildbot/test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 9cce09ecb73..b08dbe9438f 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