Browse Source

Empty the .clover dir prior to running clover to speed it up.


git-svn-id: http://svn.dmdirc.com/trunk@3831 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
3f64082171
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      DoReports.sh

+ 3
- 0
DoReports.sh View File

@@ -23,6 +23,9 @@ export ANT_OPTS=-Xmx512m
23 23
 cd $MYDIR
24 24
 $SVN update
25 25
 $ANT clean
26
+# Anti-Clover stupidness!
27
+rm -Rf ${MYDIR}/.clover
28
+mkdir ${MYDIR}/.clover
26 29
 if [ "$1" = "--all" ]; then
27 30
 	$ANT -k -buildfile $MYDIR/doreports.xml doallreports
28 31
 elif [ "$1" = "--findbugs" ]; then

Loading…
Cancel
Save