I'm compiling a NAnt project on linux with TeamCity Continuous Integration server. I have been able to generate a test report by running NAnt on mono thru a Command Line Runner but don't have the options of using the report like a NAnt Runner. I'm also using MBUnit for the testing framework. How can I merge in the test report and display "Tests failed: 1 (1 new), passed: 3049" for the build? **Update:** take a look at MBUnitTask its a NAnt task that uses sends messages that TeamCity expects from NUnit so it lets you use all of TeamCity's features for tests. [MBUnitTask][1] [1]: http://code.google.com/p/nant-extensions/wiki/MbUnitTask