aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
diff options
context:
space:
mode:
authorSean Dague2009-03-30 18:49:01 +0000
committerSean Dague2009-03-30 18:49:01 +0000
commit6d48c2422e6ac938f53d7fa5da518621ddb85f02 (patch)
tree7e2787ea21baa0b5cf4b52c0582f9d6e7866cb0b /.nant/local.include
parent* minor: remove mono compiler warnings (diff)
downloadopensim-SC_OLD-6d48c2422e6ac938f53d7fa5da518621ddb85f02.zip
opensim-SC_OLD-6d48c2422e6ac938f53d7fa5da518621ddb85f02.tar.gz
opensim-SC_OLD-6d48c2422e6ac938f53d7fa5da518621ddb85f02.tar.bz2
opensim-SC_OLD-6d48c2422e6ac938f53d7fa5da518621ddb85f02.tar.xz
set MONO_THREADS_PER_CPU for the test runs, see if this makes the
breaks happen less randomly.
Diffstat (limited to '')
-rw-r--r--.nant/local.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 839c79b..58285bb 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -30,6 +30,7 @@
30</target> 30</target>
31 31
32<target name="test" depends="build"> 32<target name="test" depends="build">
33 <setenv name="MONO_THREADS_PER_CPU" value="100" />
33 <nunit2 failonerror="true" verbose="true"> 34 <nunit2 failonerror="true" verbose="true">
34 <formatter type="Plain" /> 35 <formatter type="Plain" />
35 <test> 36 <test>