You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/12/21 09:46:51 UTC

svn commit: r892728 - /ofbiz/trunk/build.xml

Author: hansbak
Date: Mon Dec 21 08:46:51 2009
New Revision: 892728

URL: http://svn.apache.org/viewvc?rev=892728&view=rev
Log:
extended the description of run-tests target

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=892728&r1=892727&r2=892728&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon Dec 21 08:46:51 2009
@@ -434,7 +434,7 @@
         </java>
     </target>
     <target name="run-tests" depends="build" 
-    	    description="Run OFBiz default tests">
+    	    description="Run OFBiz default tests, execute ant run-install before and see results in runtime/logs/test-results/html/all-tests.html">
         <java jar="ofbiz.jar" fork="true" resultproperty="test.result">
             <jvmarg value="${memory.initial.param}"/>
             <jvmarg value="${memory.max.param}"/>