aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
diff options
context:
space:
mode:
Diffstat (limited to '.nant/local.include')
-rw-r--r--.nant/local.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 03dc1b9..b11c1e5 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -315,7 +315,7 @@
315 </exec> 315 </exec>
316 316
317 <exec program="${nunitcmd}" failonerror="false" resultproperty="testresult.opensim.region.optionalmodules.tests"> 317 <exec program="${nunitcmd}" failonerror="false" resultproperty="testresult.opensim.region.optionalmodules.tests">
318 <arg value="./bin/OpenSim.Region.Optional.Tests.dll" /> 318 <arg value="./bin/OpenSim.Region.OptionalModules.Tests.dll" />
319 <arg value="-xml=test-results/OpenSim.Region.OptionalModules.Tests.dll-Results.xml" /> 319 <arg value="-xml=test-results/OpenSim.Region.OptionalModules.Tests.dll-Results.xml" />
320 </exec> 320 </exec>
321 321