Skip to content
Snippets Groups Projects
Commit 58ab7a9d authored by david_williams's avatar david_williams
Browse files

summarize times

parent 42e3e7bd
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,9 @@
buildId: Build name
buildLabel: <buildType>-<buildName>-<timestamp>
-->
<property
environment="env" />
<property environment="env" />
<property
name="resultDir"
value="${buildDirectory}/${buildLabel}" />
......@@ -33,23 +34,21 @@
<echo
level="debug"
message="resultingIndex: ${resultingIndex}" />
<target
name="default">
<target name="default">
<copy
overwrite="true"
file="${wtp.builder.home}/distribution/${build.distribution}.site/templateFiles/${indexTemplateFilename}"
tofile="${resultingIndex}" />
<antcall
target="countFiles" />
<antcall
target="generateCompileIndex" />
<antcall
target="generateJUnitTestsIndex" />
<antcall
target="getStaticFiles" />
<antcall target="countFiles" />
<antcall target="generateCompileIndex" />
<antcall target="generateJUnitTestsIndex" />
<antcall target="getStaticFiles" />
</target>
<target
name="generateCompileIndex">
<target name="generateCompileIndex">
<!--
......
......@@ -92,6 +92,7 @@ while ($anEntry = $dir->read())
<td class="bold" align="center" width="70%">Test Suite</td>
<td class="bold" align="center" width="15%">Errors &amp; Failures</td>
<td class="bold" align="center" width="15%">Total Tests</td>
<td class="bold" align="center" width="15%">Total Time</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment