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 76238715e3
commit 1ed7b591b2

View File

@@ -142,6 +142,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">