summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-05-15 17:33:15 +0100
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-05-15 17:33:15 +0100
commit2790b407dca4bfa39a3a4ffe2819a2cf09311694 (patch)
treeb9591bf27278127ef93fe64ea6c7cf6411fe8370 /rules
parent25098ed1acc86e0ed962f3f1f9f03418ba46dd08 (diff)
Output all output of genhtml
The output of genhtml doesn't follow a standard format, so don't try to grep into it for details. As it is, the output is pretty small and reasonably useful, so it doesn't win anything anyway
Diffstat (limited to 'rules')
-rw-r--r--rules/lcov.mak4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules/lcov.mak b/rules/lcov.mak
index 5cdfe5f..7d18e37 100644
--- a/rules/lcov.mak
+++ b/rules/lcov.mak
@@ -27,6 +27,4 @@ lcov-report:
@lcov --quiet --compat-libtool -r $(COVERAGE_DIR)/lcov.info `cat $(COVERAGE_DIR)/remove` > $(COVERAGE_DIR)/lcov.cleaned.info
@rm $(COVERAGE_DIR)/remove
@mv $(COVERAGE_DIR)/lcov.cleaned.info $(COVERAGE_DIR)/lcov.info
- @echo =================================================
- @genhtml -t "$(PACKAGE_STRING)" -o $(COVERAGE_DIR) $(COVERAGE_DIR)/lcov.info |grep 'Overall'
- @echo =================================================
+ @genhtml -t "$(PACKAGE_STRING)" -o $(COVERAGE_DIR) $(COVERAGE_DIR)/lcov.info