You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/07/28 17:57:38 UTC

svn commit: r1754437 - /ofbiz/trunk/tools/test.bat

Author: jleroux
Date: Thu Jul 28 17:57:38 2016
New Revision: 1754437

URL: http://svn.apache.org/viewvc?rev=1754437&view=rev
Log:
Updates convenient test.bat

Modified:
    ofbiz/trunk/tools/test.bat

Modified: ofbiz/trunk/tools/test.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/test.bat?rev=1754437&r1=1754436&r2=1754437&view=diff
==============================================================================
--- ofbiz/trunk/tools/test.bat (original)
+++ ofbiz/trunk/tools/test.bat Thu Jul 28 17:57:38 2016
@@ -24,4 +24,4 @@ set OFBIZ_HOME=%~p0..\
 rem ### Simple easy to read line
 cd %OFBIZ_HOME%
 echo on
-svn up && gradlew cleanAll loadDefault test
\ No newline at end of file
+svn up && gradlew cleanAll loadDefault testIntegration
\ No newline at end of file