[systemd-devel] [PATCH 3/3] build-sys: do not run coverage if build failed

Ronny Chevalier chevalier.ronny at gmail.com
Mon Jun 23 12:28:23 PDT 2014


---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 0e4edf7..37a164e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1635,7 +1635,7 @@ test_conf_files_LDADD = \
 .PHONY: coverage lcov-run lcov-report coverage-sync
 
 # run lcov from scratch, always
-coverage:
+coverage: all
 	$(MAKE) lcov-run
 	$(MAKE) lcov-report
 
-- 
2.0.0



More information about the systemd-devel mailing list