turn back on fail on error, otherwise we don't end up knowing that we
missed tests.0.6.5-rc1
parent
5200a849f6
commit
0da7c8a78c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue