aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
diff options
context:
space:
mode:
authorJohn Hurliman2010-03-05 17:05:15 -0800
committerJohn Hurliman2010-03-05 17:05:15 -0800
commit27b8d13057ff0a79d7162c8876d9796c6cf72111 (patch)
treedb21554a71f0c043041df01f4a4e0e03fd7c5668 /.nant/local.include
parent* Cache packed throttle data to avoid repeated allocations in CheckForSignifi... (diff)
parentrefactor: Move DetachSingleAttachmentToInv to region module (diff)
downloadopensim-SC_OLD-27b8d13057ff0a79d7162c8876d9796c6cf72111.zip
opensim-SC_OLD-27b8d13057ff0a79d7162c8876d9796c6cf72111.tar.gz
opensim-SC_OLD-27b8d13057ff0a79d7162c8876d9796c6cf72111.tar.bz2
opensim-SC_OLD-27b8d13057ff0a79d7162c8876d9796c6cf72111.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '.nant/local.include')
-rw-r--r--.nant/local.include2
1 files changed, 2 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 29674ab..114c12d 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -85,6 +85,8 @@
85 </exec> 85 </exec>
86 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.data.mysql.tests)==0}" /> 86 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.data.mysql.tests)==0}" />
87 87
88 <delete dir="%temp%"/>
89
88</target> 90</target>
89 91
90<target name="test-cov" depends="build"> 92<target name="test-cov" depends="build">