From: Vadim Zeitlin Date: Sun, 22 Mar 2009 22:08:19 +0000 (+0000) Subject: correct syntax (patterns need to be escaped) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5c5e59f8c3a36023a351bb6801fab0a28cf26633 correct syntax (patterns need to be escaped) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/runtests.bat b/tests/runtests.bat index 63521ff771..3af08c67a6 100644 --- a/tests/runtests.bat +++ b/tests/runtests.bat @@ -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