1
0
Fork 0
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:
Andrew Ferguson 2007-09-04 15:58:44 +00:00
parent bace2b4664
commit 3663f42256

View file

@ -133,6 +133,9 @@
<xslt style="${basedir}/JUNIT.XSL" <xslt style="${basedir}/JUNIT.XSL"
in="${buildDirectory}/eclipse/org.eclipse.cdt.testing.xml" in="${buildDirectory}/eclipse/org.eclipse.cdt.testing.xml"
out="${zipsdir}/junits.html"/> out="${zipsdir}/junits.html"/>
<copy file="${buildDirectory}/eclipse/org.eclipse.cdt.testing.xml"
tofile="${zipsdir}/org.eclipse.cdt.testing.xml"
failonerror="false"/>
</target> </target>
<target name="sign" depends="init" unless="hasErrors"> <target name="sign" depends="init" unless="hasErrors">