aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-20 17:38:22 +0000
committerJustin Clarke Casey2008-11-20 17:38:22 +0000
commite0262d42351ac3be1fe43ac5af431dc8a316336f (patch)
tree4eb68eca57636e68d5173fcc2e832d8ba1caa074
parent* Add a scratch test for removing a client from a scene (diff)
downloadopensim-SC_OLD-e0262d42351ac3be1fe43ac5af431dc8a316336f.zip
opensim-SC_OLD-e0262d42351ac3be1fe43ac5af431dc8a316336f.tar.gz
opensim-SC_OLD-e0262d42351ac3be1fe43ac5af431dc8a316336f.tar.bz2
opensim-SC_OLD-e0262d42351ac3be1fe43ac5af431dc8a316336f.tar.xz
* See if we can make bamboo test log information more verbose
-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>