You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2013/10/06 01:28:35 UTC

svn commit: r1529550 - /juddi/trunk/juddi-client.net/integrationTests.bat

Author: alexoree
Date: Sat Oct  5 23:28:35 2013
New Revision: 1529550

URL: http://svn.apache.org/r1529550
Log:
JUDDI-567 new integration tests, revising script

Modified:
    juddi/trunk/juddi-client.net/integrationTests.bat

Modified: juddi/trunk/juddi-client.net/integrationTests.bat
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/integrationTests.bat?rev=1529550&r1=1529549&r2=1529550&view=diff
==============================================================================
--- juddi/trunk/juddi-client.net/integrationTests.bat (original)
+++ juddi/trunk/juddi-client.net/integrationTests.bat Sat Oct  5 23:28:35 2013
@@ -3,7 +3,7 @@ if "%NUNIT_HOME%"=="" (
 	set NUNIT_HOME=C:\juddi\NUnit-2.6.1
 	echo WARN - NUNIT_HOME is not defined, using default value, which is probably wrong
 )
-if not exist %NUNIT_HOME%   (
+if not exist "%NUNIT_HOME%"   (
 	echo The path %NUNIT_HOME% does not exist, download Nunit and setup the environment variable
 	goto exit
 )
@@ -31,5 +31,9 @@ call shutdown.bat
 cd ..\..\..\..\..
 echo Exit code %exitcode%
 exit /b %exitcode%
+goto ok
 
-:exit
\ No newline at end of file
+:exit
+exit /b 1
+
+:ok
\ No newline at end of file



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