aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorTeravus Ovares2008-12-22 20:18:18 +0000
committerTeravus Ovares2008-12-22 20:18:18 +0000
commitd1ee5a1db92d08e4e476909177c1fb81890b8aa8 (patch)
tree72b4cef4b1142dda37f71e6349c925d4cdd19c08
parentUpdate the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the hint,... (diff)
downloadopensim-SC_OLD-d1ee5a1db92d08e4e476909177c1fb81890b8aa8.zip
opensim-SC_OLD-d1ee5a1db92d08e4e476909177c1fb81890b8aa8.tar.gz
opensim-SC_OLD-d1ee5a1db92d08e4e476909177c1fb81890b8aa8.tar.bz2
opensim-SC_OLD-d1ee5a1db92d08e4e476909177c1fb81890b8aa8.tar.xz
* attempt 3 for ODEPlugin Tests
-rw-r--r--.nant/bamboo.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index ee5ef4c..d9b128b 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -28,8 +28,10 @@
28 <mkdir dir="../test-results" /> 28 <mkdir dir="../test-results" />
29 <!-- Copy the OdePlugin dll to bin/ for testing. --> 29 <!-- Copy the OdePlugin dll to bin/ for testing. -->
30 <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" /> 30 <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
31
31 <!-- Copy the 64 bit ode library to bin/ for testing. --> 32 <!-- Copy the 64 bit ode library to bin/ for testing. -->
32 <copy file="/home/buildsystem/libode.so" tofile="../bin/libode.so" /> 33 <copy file="/home/buildsystem/libode.so" tofile="../bin/libode.so" />
34 <exec program="chmod" useruntimeengine="false" commandline="755 ../bin/libode.so" />
33 35
34 <!-- Run the tests. --> 36 <!-- Run the tests. -->
35 <nunit2 failonerror="false" verbose="true"> 37 <nunit2 failonerror="false" verbose="true">
@@ -45,7 +47,7 @@
45 <include name="../bin/OpenSim.Region.Environment.Tests.dll" /> 47 <include name="../bin/OpenSim.Region.Environment.Tests.dll" />
46 <include name="../bin/OpenSim.Data.SQLite.Tests.dll" /> 48 <include name="../bin/OpenSim.Data.SQLite.Tests.dll" />
47 <include name="../bin/OpenSim.Data.MySQL.Tests.dll" /> 49 <include name="../bin/OpenSim.Data.MySQL.Tests.dll" />
48 50 <include name="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
49 51
50 </assemblies> 52 </assemblies>
51 </test> 53 </test>