* Looks like I had the bamboo build right in the first place - it was just throwing an exception onto the console needlessly. Yay!

0.6.0-stable
Adam Frisby 2008-05-01 14:23:57 +00:00
parent b663c8d6d2
commit bdf1262605
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@
<formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
<test> <test>
<assemblies> <assemblies>
<include name="../bin/OpenSim.Region.Environment.dll" /> <include name="../bin/OpenSim*.dll" />
<include name="../bin/OpenSim.Tests.Common.dll" />
</assemblies> </assemblies>
</test> </test>
</nunit2> </nunit2>