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/05/25 08:56:33 UTC

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

Author: jleroux
Date: Wed May 25 08:56:33 2016
New Revision: 1745457

URL: http://svn.apache.org/viewvc?rev=1745457&view=rev
Log:
Better to clean-all than only data

Modified:
    ofbiz/trunk/tools/test.bat

Modified: ofbiz/trunk/tools/test.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/test.bat?rev=1745457&r1=1745456&r2=1745457&view=diff
==============================================================================
--- ofbiz/trunk/tools/test.bat (original)
+++ ofbiz/trunk/tools/test.bat Wed May 25 08:56:33 2016
@@ -24,4 +24,4 @@ set OFBIZ_HOME=%~p0..\
 rem ### Simple easy to read line
 cd %OFBIZ_HOME%
 echo on
-svn up && ant clean-data load-demo run-tests
\ No newline at end of file
+svn up && ant clean-all load-demo run-tests
\ No newline at end of file