diff options
author | Teravus Ovares | 2008-12-22 19:15:24 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-12-22 19:15:24 +0000 |
commit | 31614a3625c5634c060f0d980434dc96a2679d8e (patch) | |
tree | 1c608fd6b29869b20ba31438d53044262cc9f1e6 /.nant/bamboo.build | |
parent | * refactor: Make gestures module register its own events too (diff) | |
download | opensim-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 '')
-rw-r--r-- | .nant/bamboo.build | 2 |
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"> |