mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
temporarily make test results xml available via web for diagnostic purposes
This commit is contained in:
parent
bace2b4664
commit
3663f42256
1 changed files with 3 additions and 0 deletions
|
@ -133,6 +133,9 @@
|
|||
<xslt style="${basedir}/JUNIT.XSL"
|
||||
in="${buildDirectory}/eclipse/org.eclipse.cdt.testing.xml"
|
||||
out="${zipsdir}/junits.html"/>
|
||||
<copy file="${buildDirectory}/eclipse/org.eclipse.cdt.testing.xml"
|
||||
tofile="${zipsdir}/org.eclipse.cdt.testing.xml"
|
||||
failonerror="false"/>
|
||||
</target>
|
||||
|
||||
<target name="sign" depends="init" unless="hasErrors">
|
||||
|
|
Loading…
Add table
Reference in a new issue