mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Let's not fail if tests fail.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
<delete dir="../test-results" />
|
||||
<mkdir dir="../test-results" />
|
||||
<nunit2>
|
||||
<nunit2 failonerror="false">
|
||||
<formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" />
|
||||
<test>
|
||||
<assemblies>
|
||||
|
||||
Reference in New Issue
Block a user