diff options
Diffstat (limited to '')
-rw-r--r-- | .nant/local.include | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include index e5efb67..40224f9 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -112,6 +112,11 @@ | |||
112 | </exec> | 112 | </exec> |
113 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.serialization.tests)==0}" /> | 113 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.serialization.tests)==0}" /> |
114 | 114 | ||
115 | <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.region.clientstack.lindencaps.tests"> | ||
116 | <arg value="./bin/OpenSim.Region.ClientStack.LindenCaps.Tests.dll" /> | ||
117 | </exec> | ||
118 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.region.clientstack.lindencaps.tests)==0}" /> | ||
119 | |||
115 | <!-- | 120 | <!-- |
116 | <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.region.clientstack.lindenudp.tests"> | 121 | <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.region.clientstack.lindenudp.tests"> |
117 | <arg value="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> | 122 | <arg value="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> |