comparison recipe.xml @ 109:5bf22bb87915

Transmit build log and generated data back to the build master in XML format. Closes #23.
author cmlenz
date Wed, 03 Aug 2005 11:54:34 +0000
parents b2d371dac270
children affd91b4c6fb
comparison
equal deleted inserted replaced
108:2a720491d903 109:5bf22bb87915
6 <step id="build" title="Let Distutils build the python code"> 6 <step id="build" title="Let Distutils build the python code">
7 <python:distutils command="build"/> 7 <python:distutils command="build"/>
8 </step> 8 </step>
9 9
10 <step id="test" title="Unit tests" 10 <step id="test" title="Unit tests"
11 description="Run unit tests and trace code coverage"> 11 description="Run unit tests and record code coverage">
12 <python:distutils command="unittest"/> 12 <python:distutils command="unittest"/>
13 <reports> 13 <reports>
14 <python:unittest file="build/test-results.xml"/> 14 <python:unittest file="build/test-results.xml"/>
15 <python:trace summary="build/test-coverage.txt" 15 <python:trace summary="build/test-coverage.txt"
16 coverdir="build/coverage" include="trac*" exclude="*.tests.*"/> 16 coverdir="build/coverage" include="trac*" exclude="*.tests.*"/>
Copyright (C) 2012-2017 Edgewall Software