aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.nant/bamboo.build8
1 files changed, 5 insertions, 3 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 3df501a..2e5d7a6 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -28,8 +28,8 @@
28 <mkdir dir="../test-results" /> 28 <mkdir dir="../test-results" />
29 29
30 <!-- Copy the 64 bit ode library to bin/ for testing. --> 30 <!-- Copy the 64 bit ode library to bin/ for testing. -->
31 <copy file="/home/buildsystem/libode.so" tofile="../bin/libode.so" /> 31 <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
32 <exec program="chmod" useruntimeengine="false" commandline="755 ../bin/libode.so" /> 32
33 33
34 <!-- Run the tests. --> 34 <!-- Run the tests. -->
35 <nunit2 failonerror="false" verbose="true"> 35 <nunit2 failonerror="false" verbose="true">
@@ -44,7 +44,9 @@
44 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> 44 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" />
45 <include name="../bin/OpenSim.Region.Environment.Tests.dll" /> 45 <include name="../bin/OpenSim.Region.Environment.Tests.dll" />
46 <include name="../bin/OpenSim.Data.SQLite.Tests.dll" /> 46 <include name="../bin/OpenSim.Data.SQLite.Tests.dll" />
47 <include name="../bin/OpenSim.Data.MySQL.Tests.dll" /> 47 <include name="../bin/OpenSim.Data.MySQL.Tests.dll" />
48 <include name="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
49
48 50
49 </assemblies> 51 </assemblies>
50 </test> 52 </test>