You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2009/06/26 00:21:33 UTC

svn commit: r788530 - /harmony/enhanced/classlib/trunk/make/run-test.xml

Author: hindessm
Date: Thu Jun 25 22:21:31 2009
New Revision: 788530

URL: http://svn.apache.org/viewvc?rev=788530&view=rev
Log:
I've gotten quite used to being told where the test report is and I think
it will be useful to people running tests with the hdk.

Modified:
    harmony/enhanced/classlib/trunk/make/run-test.xml

Modified: harmony/enhanced/classlib/trunk/make/run-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/make/run-test.xml?rev=788530&r1=788529&r2=788530&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/make/run-test.xml (original)
+++ harmony/enhanced/classlib/trunk/make/run-test.xml Thu Jun 25 22:21:31 2009
@@ -95,6 +95,9 @@
             </fileset>
             <report format="frames" todir="${test.report.dir}" />
         </junitreport>
+        <property name="display-location"
+                  location="${test.report.dir}/index.html"/>
+        <echo message="The test report is in ${display-location}"/>
     </target>
     
     <target name="failure">