Changeset 91

Show
Ignore:
Timestamp:
07/19/06 13:19:32 (7 years ago)
Author:
mk
Message:

Updated unit test command to walk around nose 0.9.0 behaviour changes.

Files:

Legend:

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

    r62 r91  
    9393    descriptionDone = [name] 
    9494 
    95 unit_tests = s(StepUnitTest, command="nosetests --with-doctest --doctest-tests --with-coverage --verbose --include unit") 
     95unit_tests = s(StepUnitTest, command="nosetests --exe --with-doctest --doctest-tests --with-coverage --verbose --include unit") 
    9696 
    9797class StepFunctionalTest(step.ShellCommand):