aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorSean Dague2009-04-19 15:37:54 +0000
committerSean Dague2009-04-19 15:37:54 +0000
commitced15d6d83f215a60f2ef71be9dee875975fa9bb (patch)
treeec84fff3cb854b613c892dfa19befe1461f43d18 /.nant
parentAccounting for the changes introduced in AssetServerBase in r9143 related to ... (diff)
downloadopensim-SC_OLD-ced15d6d83f215a60f2ef71be9dee875975fa9bb.zip
opensim-SC_OLD-ced15d6d83f215a60f2ef71be9dee875975fa9bb.tar.gz
opensim-SC_OLD-ced15d6d83f215a60f2ef71be9dee875975fa9bb.tar.bz2
opensim-SC_OLD-ced15d6d83f215a60f2ef71be9dee875975fa9bb.tar.xz
turn off failonerror for the text-xml target, which should make picking
up the fail points easier.
Diffstat (limited to '.nant')
-rw-r--r--.nant/local.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 58285bb..2463d9a 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -158,7 +158,7 @@
158 158
159 159
160<target name="test-xml" depends="build"> 160<target name="test-xml" depends="build">
161 <nunit2 failonerror="true" verbose="true"> 161 <nunit2 failonerror="false" verbose="true">
162 <formatter type="Xml" usefile="true" extension=".xml" outputdir="./test-results" /> 162 <formatter type="Xml" usefile="true" extension=".xml" outputdir="./test-results" />
163 <test> 163 <test>
164 <assemblies> 164 <assemblies>