]> git.saurik.com Git - wxWidgets.git/commitdiff
correct syntax (patterns need to be escaped)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Mar 2009 22:08:19 +0000 (22:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Mar 2009 22:08:19 +0000 (22:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/runtests.bat

index 63521ff771247aadd68167f75af351813dd69637..3af08c67a638f99d0ec888fe66c7a25dda34c2a6 100644 (file)
@@ -6,7 +6,7 @@ REM which is required by Buildbot to recognize failures.
 REM $Id$
 
 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