]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: recursively remove .gcno and .gcda
authorLoic Dachary <loic@dachary.org>
Mon, 16 Dec 2013 13:36:26 +0000 (14:36 +0100)
committerLoic Dachary <loic@dachary.org>
Tue, 17 Dec 2013 12:47:48 +0000 (13:47 +0100)
commitae56cef39637c7f0ebfa32ec0f0a3c2db171e50b
tree2862fef5f9a4616aa94b4d6bc059ae230ea51530
parent6f431200e393434475200b921f98c76dccde56e2
qa: recursively remove .gcno and .gcda

Instead of removing them only in the current directory. Leftovers
prevent running make check-coverage properly because lcov fails
when stumbling on old .gcno files with

lcov -d . -c -i -o check-coverage_base_full.lcov
Processing os/BtrfsFileStoreBackend.gcno
geninfo: ERROR: ceph/src/os/BtrfsFileStoreBackend.gcno: reached
         unexpected end of file

Signed-off-by: Loic Dachary <loic@dachary.org>
src/Makefile.am