The branch, master has been updated
       via  dad635c output callcatcher for non-samba builds as well
      from  2be44d5 the lcov version has changed, as has the output format

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit dad635c9104962897942c0b7ec1f094ef0182547
Author: Andrew Bartlett <abart...@samba.org>
Date:   Fri Feb 17 21:01:16 2012 +1100

    output callcatcher for non-samba builds as well

-----------------------------------------------------------------------

Summary of changes:
 build_test.fns |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/build_test.fns b/build_test.fns
index d0299c5..173ba08 100644
--- a/build_test.fns
+++ b/build_test.fns
@@ -344,6 +344,9 @@ action_lcovreport() {
 action_callcatcherreport() {
        if [ "$CALLCATCHER_REPORT" = "yes" ]; then
                case "$tree" in
+               tdb|talloc|ldb)
+                       callanalyse `find $builddir/bin -name \*.so*` 
$builddir/bin/* > $builddir/coverage/unused-fns.txt
+                       ;;
                samba_3_master*)
                        callanalyse `find $builddir/bin -name \*.so*` 
$builddir/bin/* | grep -v -f $srcdir/callcatcher-exceptions.grep > 
$builddir/coverage/unused-fns.txt
                        ;;


-- 
build.samba.org

Reply via email to