aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorSean Dague2009-04-19 19:32:42 +0000
committerSean Dague2009-04-19 19:32:42 +0000
commit0da7c8a78c53780d4dc07d5e4ccfce6c9ebdb994 (patch)
tree85aa7b99622c1ff97096be2a8eff538077e3d28b /.nant
parentReverting r9224. We don't have scripts in the SL sense (with binary and state). (diff)
downloadopensim-SC_OLD-0da7c8a78c53780d4dc07d5e4ccfce6c9ebdb994.zip
opensim-SC_OLD-0da7c8a78c53780d4dc07d5e4ccfce6c9ebdb994.tar.gz
opensim-SC_OLD-0da7c8a78c53780d4dc07d5e4ccfce6c9ebdb994.tar.bz2
opensim-SC_OLD-0da7c8a78c53780d4dc07d5e4ccfce6c9ebdb994.tar.xz
turn back on fail on error, otherwise we don't end up knowing that we
missed tests.
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 2463d9a..58285bb 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="false" verbose="true"> 161 <nunit2 failonerror="true" 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>