1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

temporarily add some logging over test

This commit is contained in:
Andrew Ferguson 2007-09-05 13:49:36 +00:00
parent fa0e36d942
commit 5e052d6a8a

View file

@ -117,6 +117,7 @@
</target>
<target name="test" depends="init" unless="hasErrors">
<record name="${zipsdir}/testsLog.txt" action="start" loglevel="verbose"/>
<unzip src="${zipsdir}/cdt-master-${branchVersion}-${buildId}.zip"
dest="${buildDirectory}/eclipse"/>
<unjar src="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${branchVersion}.${timestamp}.jar"
@ -136,6 +137,7 @@
<copy file="${buildDirectory}/eclipse/org.eclipse.cdt.testing.xml"
tofile="${zipsdir}/org.eclipse.cdt.testing.xml"
failonerror="false"/>
<record name="${zipsdir}/testsLog.txt" action="stop"/>
</target>
<target name="sign" depends="init" unless="hasErrors">