* Looks like I had the bamboo build right in the first place - it was just throwing an exception onto the console needlessly. Yay!
parent
b663c8d6d2
commit
bdf1262605
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue