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

up the fail points easier.
This commit is contained in:
Sean Dague
2009-04-19 15:37:54 +00:00
parent 4f07370d94
commit ced15d6d83

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>