You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by gw...@apache.org on 2006/12/01 10:57:12 UTC

svn commit: r481209 - /incubator/tuscany/cpp/sdo/sdotest.bat

Author: gwinn
Date: Fri Dec  1 01:57:11 2006
New Revision: 481209

URL: http://svn.apache.org/viewvc?view=rev&rev=481209
Log:
Put quotes around the test invocation to allow for spaces in directory names.

Modified:
    incubator/tuscany/cpp/sdo/sdotest.bat

Modified: incubator/tuscany/cpp/sdo/sdotest.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/sdotest.bat?view=diff&rev=481209&r1=481208&r2=481209
==============================================================================
--- incubator/tuscany/cpp/sdo/sdotest.bat (original)
+++ incubator/tuscany/cpp/sdo/sdotest.bat Fri Dec  1 01:57:11 2006
@@ -39,7 +39,7 @@
 
 set SCATESTPATH=%cd%\vsexpress\tuscany_sdo\sdo_test\%buildtype%
 cd runtime\core\test
-%SCATESTPATH%\sdo_test
+"%SCATESTPATH%\sdo_test"
 
 :end
 @endlocal



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org