diff options
author | Sean Dague | 2009-04-19 15:37:54 +0000 |
---|---|---|
committer | Sean Dague | 2009-04-19 15:37:54 +0000 |
commit | ced15d6d83f215a60f2ef71be9dee875975fa9bb (patch) | |
tree | ec84fff3cb854b613c892dfa19befe1461f43d18 | |
parent | Accounting for the changes introduced in AssetServerBase in r9143 related to ... (diff) | |
download | opensim-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 '')
-rw-r--r-- | .nant/local.include | 2 |
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> |