Author: alexoree
Date: Sat Oct  5 22:29:35 2013
New Revision: 1529541

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

Modified:
    juddi/trunk/juddi-client.net/bb-win7.bat

Modified: juddi/trunk/juddi-client.net/bb-win7.bat
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-client.net/bb-win7.bat?rev=1529541&r1=1529540&r2=1529541&view=diff
==============================================================================
--- juddi/trunk/juddi-client.net/bb-win7.bat (original)
+++ juddi/trunk/juddi-client.net/bb-win7.bat Sat Oct  5 22:29:35 2013
@@ -1,7 +1,16 @@
 @echo off
 rem Hi, this is for running nunit tests on ASF's build bot CI servers, 
specifically the Windows 7 bb server
+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%   (
+       echo The path %NUNIT_HOME% does not exist, download Nunit and setup the 
environment variable
+       goto exit
+)
+echo Using %NUNIT_HOME% for NUNIT location
 
 set errorlevel=
-c:\juddi\NUnit-2.6.1\bin\nunit-console.exe 
juddi-client.net\juddi-client.net.test\bin\Debug\juddi-client.net.test.dll
-rem "C:\Program Files\NUnit 2.6.2\bin\nunit-console.exe" 
juddi-client.net\juddi-client.net.test\bin\Debug\juddi-client.net.test.dll
+rem c:\juddi\NUnit-2.6.1\bin\nunit-console.exe 
juddi-client.net\juddi-client.net.test\bin\Debug\juddi-client.net.test.dll
+"%NUNIT_HOME%\bin\nunit-console.exe" 
juddi-client.net\juddi-client.net.test\bin\Debug\juddi-client.net.test.dll
 exit /b %errorlevel%



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to