aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-10-09 18:19:51 +0100
committerJustin Clark-Casey (justincc)2009-10-09 18:19:51 +0100
commit16a9a2604bbb258de9b2c3589d1551a357704204 (patch)
tree20201e57095e0f81c7376ea41acab39208ade8e1 /.nant
parentApply http://opensimulator.org/mantis/view.php?id=4066 (diff)
downloadopensim-SC_OLD-16a9a2604bbb258de9b2c3589d1551a357704204.zip
opensim-SC_OLD-16a9a2604bbb258de9b2c3589d1551a357704204.tar.gz
opensim-SC_OLD-16a9a2604bbb258de9b2c3589d1551a357704204.tar.bz2
opensim-SC_OLD-16a9a2604bbb258de9b2c3589d1551a357704204.tar.xz
Remove another lindenudp tests reference. Maybe this will make panda happy
Diffstat (limited to '.nant')
-rw-r--r--.nant/local.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 266864b..5e02665 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -277,7 +277,7 @@
277 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.tests)==0}" /> 277 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.tests)==0}" />
278 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.communications.tests)==0}" /> 278 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.communications.tests)==0}" />
279 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.servers.tests)==0}" /> 279 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.servers.tests)==0}" />
280 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.region.clientstack.lindenudp.tests)==0}" /> 280<!-- <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.region.clientstack.lindenudp.tests)==0}" /> -->
281 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.region.scriptengine.tests)==0}" /> 281 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.region.scriptengine.tests)==0}" />
282 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.region.coremodules.tests)==0}" /> 282 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.region.coremodules.tests)==0}" />
283 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.region.framework.tests)==0}" /> 283 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.region.framework.tests)==0}" />