Remove hack for lcov with heimdal files
authorMatthieu Patou <mat@matws.net>
Sun, 14 Nov 2010 07:52:15 +0000 (10:52 +0300)
committerMatthieu Patou <mat@matws.net>
Tue, 23 Nov 2010 18:10:15 +0000 (21:10 +0300)
build_test.fns

index 9c409ee55f8fe3e24d7f9fa30558f1e509e20b88..186fe69ed45e4ac2a5f38d11624b650c91918420 100644 (file)
@@ -304,9 +304,7 @@ action_lcovreport() {
                        lcov --base-directory $builddir --directory $builddir/.. --capture --output-file $builddir/$tree.lcov.info
                        ;;
                samba_4*)
-                       # ugly hack for s4, as lcov is otherwise not able to find
-                       # these files
-                       rm -f heimdal/lib/*/{lex,parse,sel-lex}.{gcda,gcno}
+                       # rm -f heimdal/lib/*/{lex,parse,sel-lex}.{gcda,gcno}
                        lcov --base-directory $builddir --directory $builddir/.. --capture --output-file $builddir/$tree.lcov.info
                        ;;
                *)