Merge change 25298 into eclair
* changes: Clean up temporary files after generating coverage report
This commit is contained in:
@@ -88,6 +88,10 @@
|
|||||||
<html outfile="coverage.html" />
|
<html outfile="coverage.html" />
|
||||||
</report>
|
</report>
|
||||||
</emma>
|
</emma>
|
||||||
|
<echo>Cleaning up temporary files...</echo>
|
||||||
|
<delete dir="${instrumentation.absolute.dir}" />
|
||||||
|
<delete file="coverage.ec" />
|
||||||
|
<delete file="coverage.em" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user