turn off failonerror for the text-xml target, which should make picking

up the fail points easier.
0.6.5-rc1
Sean Dague 2009-04-19 15:37:54 +00:00
parent 4f07370d94
commit ced15d6d83
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
<target name="test-xml" depends="build">
<nunit2 failonerror="true" verbose="true">
<nunit2 failonerror="false" verbose="true">
<formatter type="Xml" usefile="true" extension=".xml" outputdir="./test-results" />
<test>
<assemblies>