aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-08-29 23:19:21 +0100
committerJustin Clark-Casey (justincc)2012-08-29 23:19:21 +0100
commitadce58b33a39c9456468f6d25834a8a7bded5adf (patch)
tree1594f527c86722454829c9a3367e40e19800f2d7 /prebuild.xml
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-adce58b33a39c9456468f6d25834a8a7bded5adf.zip
opensim-SC_OLD-adce58b33a39c9456468f6d25834a8a7bded5adf.tar.gz
opensim-SC_OLD-adce58b33a39c9456468f6d25834a8a7bded5adf.tar.bz2
opensim-SC_OLD-adce58b33a39c9456468f6d25834a8a7bded5adf.tar.xz
Renaming existing 'torture' tests to 'performance' tests instead, since this better matches what they really do.
nant target name changes to test-perf instead of torture, to match test-stress still not run by default
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d9c1607..0f34713 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3290,7 +3290,7 @@
3290 </Files> 3290 </Files>
3291 </Project> 3291 </Project>
3292 3292
3293 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Torture" path="OpenSim/Tests/Torture" type="Library"> 3293 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Performance" path="OpenSim/Tests/Performance" type="Library">
3294 <Configuration name="Debug"> 3294 <Configuration name="Debug">
3295 <Options> 3295 <Options>
3296 <OutputPath>../../../bin/</OutputPath> 3296 <OutputPath>../../../bin/</OutputPath>