I am trying to integrate MSTest (Visual Studio 2010 version) into Cruise Control. I can get the Test Report to show up in the Build Report, including showing tests that failed. However, even though tests are failing, the CruiseControl build still 'succeeds' (for instance, in CCTray, the build 'goes green'). In the Build Web Page, it says 'Suites run: 0', 'Tests run: 0', etc.
I would like it so that if a test fails, the build fails (i.e., 'goes red').
I have searched all over the web, and followed every piece of advice I can find, to no avail. Any help and/or advice would be greatly appreciated. Thanks in advance! :)