Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAndrew Ferguson2007-09-04 15:58:44 +0000
committerAndrew Ferguson2007-09-04 15:58:44 +0000
commit3663f422565c8c7764452cf6bdcbc8a80ba2ffcb (patch)
tree75f138e8038ed527466126af6052593ece941bd4 /releng
parentbace2b466425bb8c0f84e18f3471dbbc0342055d (diff)
downloadorg.eclipse.cdt-3663f422565c8c7764452cf6bdcbc8a80ba2ffcb.tar.gz
org.eclipse.cdt-3663f422565c8c7764452cf6bdcbc8a80ba2ffcb.tar.xz
org.eclipse.cdt-3663f422565c8c7764452cf6bdcbc8a80ba2ffcb.zip
temporarily make test results xml available via web for diagnostic purposes
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.cdt.releng/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/releng/org.eclipse.cdt.releng/build.xml b/releng/org.eclipse.cdt.releng/build.xml
index 7a919064c1d..8acd1291524 100644
--- a/releng/org.eclipse.cdt.releng/build.xml
+++ b/releng/org.eclipse.cdt.releng/build.xml
@@ -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">

Back to the top