Explorar el Código

Run findbugs on its own so that clover stuff doesn't confuse it!


git-svn-id: http://svn.dmdirc.com/trunk@4303 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack hace 16 años
padre
commit
0284ca894f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      DoReports.sh

+ 1
- 1
DoReports.sh Ver fichero

@@ -38,7 +38,7 @@ $ANT clean
38 38
 rm -Rf ${MYDIR}/.clover
39 39
 mkdir ${MYDIR}/.clover
40 40
 if [ "$1" = "--all" ]; then
41
-	$ANT -k -buildfile $MYDIR/doreports.xml doallreports
41
+	$ANT -k -buildfile $MYDIR/doreports.xml domostreports
42 42
 	$ANT -k -buildfile $MYDIR/style_build.xml clean findbugs
43 43
 elif [ "$1" = "--findbugs" ]; then
44 44
 	$ANT -k -buildfile $MYDIR/style_build.xml clean findbugs

Loading…
Cancelar
Guardar