"This project doesn't have any tests"
However the .xml log from nant shows the tests were run.
<cruisecontrol>
<project>
<name>Tests</name>
<workingDirectory>C:\source\</workingDirectory>
<artifactDirectory>C:\CCnet\Integration\artifact</artifactDirectory>
<category>application</category>
<triggers />
<sourcecontrol type="svn">
<trunkUrl>svn://source/</trunkUrl>
</sourcecontrol>
<tasks>
<nant>
<executable>NAnt-0.86\nant.exe</executable>
<buildFile>CCNet.build</buildFile>
<targetList>
<target>run</target>
</targetList>
</nant>
</tasks>
<labeller type="defaultlabeller">
<prefix>0.0.1</prefix>
</labeller>
<publishers>
<merge>
<files>
<file>LogOutput\Tests.dll.xml</file>
</files>
</merge>
<xmllogger/>
</publishers>
</project>
</cruisecontrol>