automatically delete %temp% directory after running tests
this prevents a huge cruft buildup0.6.9-post-fixes
parent
76238715e3
commit
1ed7b591b2
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue