* Removing NUnit tests from CI build server temporarily while we work out what the hell is wrong with NUnit.

This commit is contained in:
Adam Frisby
2008-05-15 19:53:56 +00:00
parent bbaf2fe75e
commit 3dcc3e4798

View File

@@ -22,14 +22,6 @@
<touch file="../${projectdir}/bin/startup_commands.txt" />
<mkdir dir="../test-results" />
<nunit2>
<formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
<test>
<assemblies>
<include name="../bin/OpenSim*.dll" />
</assemblies>
</test>
</nunit2>
<zip zipfile="../${projectdir}.zip">
<fileset basedir="${projectdir}/">