Author: jleroux
Date: Wed May 25 08:56:33 2016
New Revision: 1745457
URL:
http://svn.apache.org/viewvc?rev=1745457&view=revLog:
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