turn off failonerror for the text-xml target, which should make picking
up the fail points easier.0.6.5-rc1
parent
4f07370d94
commit
ced15d6d83
|
@ -158,7 +158,7 @@
|
||||||
|
|
||||||
|
|
||||||
<target name="test-xml" depends="build">
|
<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" />
|
<formatter type="Xml" usefile="true" extension=".xml" outputdir="./test-results" />
|
||||||
<test>
|
<test>
|
||||||
<assemblies>
|
<assemblies>
|
||||||
|
|
Loading…
Reference in New Issue