diff options
Diffstat (limited to '.nant')
-rw-r--r-- | .nant/bamboo.build | 4 |
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> |