mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
automatically delete %temp% directory after running tests
this prevents a huge cruft buildup
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user