mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
turn back on fail on error, otherwise we don't end up knowing that we
missed tests.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user