aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-03-05 22:38:03 +0000
committerJustin Clark-Casey (justincc)2010-03-05 22:38:03 +0000
commita3ac2cbdde347ae591ba05fb16be5d7ca07cc5fd (patch)
tree1105356678182d28dfb96da4f00b8c011148f658 /.nant/local.include
parentadd initial UserGrid service classes as per diva's direction (diff)
downloadopensim-SC_OLD-a3ac2cbdde347ae591ba05fb16be5d7ca07cc5fd.zip
opensim-SC_OLD-a3ac2cbdde347ae591ba05fb16be5d7ca07cc5fd.tar.gz
opensim-SC_OLD-a3ac2cbdde347ae591ba05fb16be5d7ca07cc5fd.tar.bz2
opensim-SC_OLD-a3ac2cbdde347ae591ba05fb16be5d7ca07cc5fd.tar.xz
automatically delete %temp% directory after running tests
this prevents a huge cruft buildup
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">