aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorTeravus Ovares2008-12-22 19:15:24 +0000
committerTeravus Ovares2008-12-22 19:15:24 +0000
commit31614a3625c5634c060f0d980434dc96a2679d8e (patch)
tree1c608fd6b29869b20ba31438d53044262cc9f1e6 /.nant
parent* refactor: Make gestures module register its own events too (diff)
downloadopensim-SC_OLD-31614a3625c5634c060f0d980434dc96a2679d8e.zip
opensim-SC_OLD-31614a3625c5634c060f0d980434dc96a2679d8e.tar.gz
opensim-SC_OLD-31614a3625c5634c060f0d980434dc96a2679d8e.tar.bz2
opensim-SC_OLD-31614a3625c5634c060f0d980434dc96a2679d8e.tar.xz
* attempt 2 for ODE Tests
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index 8c66423..3581a52 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -29,7 +29,7 @@
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 <!-- Copy the 64 bit ode library to bin/ for testing. --> 31 <!-- Copy the 64 bit ode library to bin/ for testing. -->
32 <copy file="~/libode.so" tofile="../bin/libode.so" /> 32 <copy file="/home/buildsystem/libode.so" tofile="../bin/libode.so" />
33 33
34 <!-- Run the tests. --> 34 <!-- Run the tests. -->
35 <nunit2 failonerror="false" verbose="true"> 35 <nunit2 failonerror="false" verbose="true">