* See if we can make bamboo test log information more verbose

0.6.1-post-fixes
Justin Clarke Casey 2008-11-20 17:38:22 +00:00
parent 00d9c3c2cc
commit e0262d4235
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<!-- Run the tests. -->
<nunit2 failonerror="false">
<nunit2 failonerror="false" verbose="true">
<formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
<test>
<assemblies>
@ -43,7 +43,6 @@
<include name="../bin/OpenSim.Region.Environment.Tests.dll" />
<include name="../bin/OpenSim.Data.SQLite.Tests.dll" />
<include name="../bin/OpenSim.Data.MySQL.Tests.dll" />
</assemblies>
</test>
</nunit2>