Browse Source

Print out where the junit-test-report is written to

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860687 13f79535-47bb-0310-9956-ffa450edef68
pull/154/head
Dominik Stadler 4 years ago
parent
commit
1f8665f62a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build.xml

+ 1
- 0
build.xml View File

@@ -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">

Loading…
Cancel
Save