Edgewall Software

Changes between Version 10 and Version 11 of Build Recipes


Ignore:
Timestamp:
Oct 4, 2005, 10:23:43 PM (19 years ago)
Author:
cmlenz
Comment:

Fix the fix

Legend:

Unmodified
Added
Removed
Modified
  • Build Recipes

    v10 v11  
    2424  <step id="test" description="Run unit tests">
    2525    <python:distutils command="unittest"/>
    26     <reports>
    27       <python:unittest file="build/test-results.xml"/>
    28       <python:trace summary="build/test-coverage.txt"
    29           coverdir="build/coverage" include="trac*" exclude="*.tests.*"/>
    30     </reports>
     26    <python:unittest file="build/test-results.xml"/>
     27    <python:trace summary="build/test-coverage.txt"
     28        coverdir="build/coverage" include="trac*" exclude="*.tests.*"/>
    3129  </step>
    3230