diff options
author | Justin Clark-Casey (justincc) | 2010-03-05 22:38:03 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-05-20 22:49:52 +0100 |
commit | 1ed7b591b2f49f9fb5def956d0af896cbdaef750 (patch) | |
tree | 66d8622809ffb2eb56fbd600e788102bd5040bc7 | |
parent | move linden notecard parsing from LSL_Api.cs to SLUtil so that region modules... (diff) | |
download | opensim-SC-1ed7b591b2f49f9fb5def956d0af896cbdaef750.zip opensim-SC-1ed7b591b2f49f9fb5def956d0af896cbdaef750.tar.gz opensim-SC-1ed7b591b2f49f9fb5def956d0af896cbdaef750.tar.bz2 opensim-SC-1ed7b591b2f49f9fb5def956d0af896cbdaef750.tar.xz |
automatically delete %temp% directory after running tests
this prevents a huge cruft buildup
-rw-r--r-- | .nant/local.include | 2 |
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"> |