turn back on fail on error, otherwise we don't end up knowing that we

missed tests.
0.6.5-rc1
Sean Dague 2009-04-19 19:32:42 +00:00
parent 5200a849f6
commit 0da7c8a78c
1 changed files with 1 additions and 1 deletions

View File

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