You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2019/06/05 20:28:00 UTC

svn commit: r1860687 - /poi/trunk/build.xml

Author: centic
Date: Wed Jun  5 20:28:00 2019
New Revision: 1860687

URL: http://svn.apache.org/viewvc?rev=1860687&view=rev
Log:
Print out where the junit-test-report is written to

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1860687&r1=1860686&r2=1860687&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Wed Jun  5 20:28:00 2019
@@ -1525,6 +1525,7 @@ under the License.
           </fileset>
           <report format="frames" todir="build/report"/>
         </junitreport>
+        <echo message="Published results from tests at build/report/index.html"/>
     </target>
 
     <target name="-test-property-check" unless="testcase">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org