aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.nant/bamboo.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index db5a85b..8d3ab26 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -31,7 +31,7 @@
31 31
32 32
33 <!-- Run the tests. --> 33 <!-- Run the tests. -->
34 <nunit2 failonerror="false"> 34 <nunit2 failonerror="false" verbose="true">
35 <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> 35 <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
36 <test> 36 <test>
37 <assemblies> 37 <assemblies>
@@ -43,7 +43,6 @@
43 <include name="../bin/OpenSim.Region.Environment.Tests.dll" /> 43 <include name="../bin/OpenSim.Region.Environment.Tests.dll" />
44 <include name="../bin/OpenSim.Data.SQLite.Tests.dll" /> 44 <include name="../bin/OpenSim.Data.SQLite.Tests.dll" />
45 <include name="../bin/OpenSim.Data.MySQL.Tests.dll" /> 45 <include name="../bin/OpenSim.Data.MySQL.Tests.dll" />
46
47 </assemblies> 46 </assemblies>
48 </test> 47 </test>
49 </nunit2> 48 </nunit2>