diff options
author | Adam Frisby | 2008-05-01 14:23:57 +0000 |
---|---|---|
committer | Adam Frisby | 2008-05-01 14:23:57 +0000 |
commit | bdf126260592c512cc7c6da9dae27d1470e46f54 (patch) | |
tree | fd83083df79a8d92a613e142c2e1f5bc8dfdc1ae /.nant/bamboo.build | |
parent | * Only testing binaries with tests for the moment. (diff) | |
download | opensim-SC_OLD-bdf126260592c512cc7c6da9dae27d1470e46f54.zip opensim-SC_OLD-bdf126260592c512cc7c6da9dae27d1470e46f54.tar.gz opensim-SC_OLD-bdf126260592c512cc7c6da9dae27d1470e46f54.tar.bz2 opensim-SC_OLD-bdf126260592c512cc7c6da9dae27d1470e46f54.tar.xz |
* Looks like I had the bamboo build right in the first place - it was just throwing an exception onto the console needlessly. Yay!
Diffstat (limited to '')
-rw-r--r-- | .nant/bamboo.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 48ba10d..e39200d 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -26,8 +26,7 @@ | |||
26 | <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> | 26 | <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> |
27 | <test> | 27 | <test> |
28 | <assemblies> | 28 | <assemblies> |
29 | <include name="../bin/OpenSim.Region.Environment.dll" /> | 29 | <include name="../bin/OpenSim*.dll" /> |
30 | <include name="../bin/OpenSim.Tests.Common.dll" /> | ||
31 | </assemblies> | 30 | </assemblies> |
32 | </test> | 31 | </test> |
33 | </nunit2> | 32 | </nunit2> |