aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-03-05 22:38:03 +0000
committerJustin Clark-Casey (justincc)2010-05-20 22:49:52 +0100
commit1ed7b591b2f49f9fb5def956d0af896cbdaef750 (patch)
tree66d8622809ffb2eb56fbd600e788102bd5040bc7
parentmove linden notecard parsing from LSL_Api.cs to SLUtil so that region modules... (diff)
downloadopensim-SC_OLD-1ed7b591b2f49f9fb5def956d0af896cbdaef750.zip
opensim-SC_OLD-1ed7b591b2f49f9fb5def956d0af896cbdaef750.tar.gz
opensim-SC_OLD-1ed7b591b2f49f9fb5def956d0af896cbdaef750.tar.bz2
opensim-SC_OLD-1ed7b591b2f49f9fb5def956d0af896cbdaef750.tar.xz
automatically delete %temp% directory after running tests
this prevents a huge cruft buildup
Diffstat (limited to '')
-rw-r--r--.nant/local.include2
1 files changed, 2 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 14fd3c0..94398a2 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -142,6 +142,8 @@
142 </exec> 142 </exec>
143 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.data.mysql.tests)==0}" /> 143 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.data.mysql.tests)==0}" />
144 144
145 <delete dir="%temp%"/>
146
145</target> 147</target>
146 148
147<target name="test-cov" depends="build"> 149<target name="test-cov" depends="build">