diff options
author | Justin Clark-Casey (justincc) | 2012-08-29 23:19:21 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-08-29 23:19:21 +0100 |
commit | adce58b33a39c9456468f6d25834a8a7bded5adf (patch) | |
tree | 1594f527c86722454829c9a3367e40e19800f2d7 /prebuild.xml | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-adce58b33a39c9456468f6d25834a8a7bded5adf.zip opensim-SC-adce58b33a39c9456468f6d25834a8a7bded5adf.tar.gz opensim-SC-adce58b33a39c9456468f6d25834a8a7bded5adf.tar.bz2 opensim-SC-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 '')
-rw-r--r-- | prebuild.xml | 2 |
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> |