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:
parent
fa0e36d942
commit
5e052d6a8a
1 changed files with 2 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue