Hi,

your suggestion lead me to the solution. NUnit returned 0 wich means -
> No error. But I had errors in the test. Then I looked at the
documentation and the release notes of NUnit and found out that newer
Verison (>= 2.4.3) has better return codes.

----- NUnit Return codes
Console Runner
    * The console runner now uses negative return codes for errors
encountered in trying to run the test. Failures or errors in the test
themselves give a positive return code equal to the number of such
failures or errors.
--------

Then I also discovered that ncover just passes the return code of the
profiled application as his return code. So it should now be no
problem to exectue both ncover + nunit at once.

Thank you for your help
Tobias

Reply via email to