correct syntax (patterns need to be escaped)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-03-22 22:08:19 +00:00
parent 561d9316e9
commit e7591ca9de

View File

@@ -6,7 +6,7 @@ REM which is required by Buildbot to recognize failures.
REM $Id: runtests.bat 59695 2009-03-21 13:49:20Z FM $ REM $Id: runtests.bat 59695 2009-03-21 13:49:20Z FM $
rem set the path for running the tests if they use DLL build of wx rem set the path for running the tests if they use DLL build of wx
for /d %%x in (..\lib\*_dll) do @PATH=%x;%PATH% for /d %%x in ("..\lib\*_dll") do @set PATH=%%x;%PATH%
set failure=0 set failure=0