automatically delete %temp% directory after running tests
this prevents a huge cruft buildupslimupdates
parent
e906dd3d28
commit
a3ac2cbdde
|
@ -85,6 +85,8 @@
|
||||||
</exec>
|
</exec>
|
||||||
<fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.data.mysql.tests)==0}" />
|
<fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.data.mysql.tests)==0}" />
|
||||||
|
|
||||||
|
<delete dir="%temp%"/>
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="test-cov" depends="build">
|
<target name="test-cov" depends="build">
|
||||||
|
|
Loading…
Reference in New Issue