automatically delete %temp% directory after running tests

this prevents a huge cruft buildup
slimupdates
Justin Clark-Casey (justincc) 2010-03-05 22:38:03 +00:00
parent e906dd3d28
commit a3ac2cbdde
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@
</exec>
<fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.data.mysql.tests)==0}" />
<delete dir="%temp%"/>
</target>
<target name="test-cov" depends="build">