Changeset 56 for branches

Show
Ignore:
Timestamp:
06/13/06 14:57:26 (7 years ago)
Author:
mk
Message:

Include unit tests in buildbot testing step.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/support/master.cfg

    r51 r56  
    9393    descriptionDone = [name] 
    9494 
    95 unit_tests = s(StepTest, command="nosetests --with-doctest --doctest-tests --with-coverage --verbose") 
     95unit_tests = s(StepTest, command="nosetests --with-doctest --doctest-tests --with-coverage --verbose --include unit") 
    9696 
    9797class EpyDocBuild(step.ShellCommand):