automatically delete %temp% directory after running tests

this prevents a huge cruft buildup
This commit is contained in:
Justin Clark-Casey (justincc)
2010-03-05 22:38:03 +00:00
parent e906dd3d28
commit a3ac2cbdde

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">