]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Makefile: local-code-coverage-output always succeeds
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 6 Sep 2016 12:54:30 +0000 (14:54 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 6 Sep 2016 12:54:58 +0000 (14:54 +0200)
Makefile.am

index c2fb21771be128bb1cbb9d05c04f13e5280254bb..c236019360177060ed955c4a7b1f255c08ed1d17 100644 (file)
@@ -76,7 +76,7 @@ abi-check:
 @CODE_COVERAGE_RULES@
 
 local-code-coverage-output: code-coverage-capture
-       cat GnuTLS-$(VERSION)-coverage/index.html|grep headerCovTableEntryLo|head -1|sed 's/^.*>\([0-9]\+\.[0-9]\+\s*%\)<.*$$/ coverage lines: \1/'
+       cat GnuTLS-$(VERSION)-coverage/index.html|grep headerCovTableEntryLo|head -1|sed 's/^.*>\([0-9]\+\.[0-9]\+\s*%\)<.*$$/ coverage lines: \1/' || true
 
 dist-hook: abi-check
        make -C doc/ compare-makefile