diff options
author | Adam Frisby | 2008-05-15 19:53:56 +0000 |
---|---|---|
committer | Adam Frisby | 2008-05-15 19:53:56 +0000 |
commit | 3dcc3e4798fa4535b83e9b9866909d34dad81ea3 (patch) | |
tree | 5b3ad1cfb6228b3a4abf2419a2d023ef10527950 /.nant/bamboo.build | |
parent | Committing Xantor's LLEuler3Rot still broken fix patch. Mantis 001235. Tha... (diff) | |
download | opensim-SC_OLD-3dcc3e4798fa4535b83e9b9866909d34dad81ea3.zip opensim-SC_OLD-3dcc3e4798fa4535b83e9b9866909d34dad81ea3.tar.gz opensim-SC_OLD-3dcc3e4798fa4535b83e9b9866909d34dad81ea3.tar.bz2 opensim-SC_OLD-3dcc3e4798fa4535b83e9b9866909d34dad81ea3.tar.xz |
* Removing NUnit tests from CI build server temporarily while we work out what the hell is wrong with NUnit.
Diffstat (limited to '')
-rw-r--r-- | .nant/bamboo.build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index c25110b..11cf78e 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -22,14 +22,6 @@ | |||
22 | <touch file="../${projectdir}/bin/startup_commands.txt" /> | 22 | <touch file="../${projectdir}/bin/startup_commands.txt" /> |
23 | 23 | ||
24 | <mkdir dir="../test-results" /> | 24 | <mkdir dir="../test-results" /> |
25 | <nunit2> | ||
26 | <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> | ||
27 | <test> | ||
28 | <assemblies> | ||
29 | <include name="../bin/OpenSim*.dll" /> | ||
30 | </assemblies> | ||
31 | </test> | ||
32 | </nunit2> | ||
33 | 25 | ||
34 | <zip zipfile="../${projectdir}.zip"> | 26 | <zip zipfile="../${projectdir}.zip"> |
35 | <fileset basedir="${projectdir}/"> | 27 | <fileset basedir="${projectdir}/"> |