* Removing NUnit tests from CI build server temporarily while we work out what the hell is wrong with NUnit.
parent
bbaf2fe75e
commit
3dcc3e4798
|
@ -22,14 +22,6 @@
|
||||||
<touch file="../${projectdir}/bin/startup_commands.txt" />
|
<touch file="../${projectdir}/bin/startup_commands.txt" />
|
||||||
|
|
||||||
<mkdir dir="../test-results" />
|
<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">
|
<zip zipfile="../${projectdir}.zip">
|
||||||
<fileset basedir="${projectdir}/">
|
<fileset basedir="${projectdir}/">
|
||||||
|
|
Loading…
Reference in New Issue