diff options
author | Justin Clark-Casey (justincc) | 2010-03-05 22:38:03 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-03-05 22:38:03 +0000 |
commit | a3ac2cbdde347ae591ba05fb16be5d7ca07cc5fd (patch) | |
tree | 1105356678182d28dfb96da4f00b8c011148f658 /.nant | |
parent | add initial UserGrid service classes as per diva's direction (diff) | |
download | opensim-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 '')
-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 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"> |