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

missed tests.
This commit is contained in:
Sean Dague
2009-04-19 19:32:42 +00:00
parent 5200a849f6
commit 0da7c8a78c

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>