[telepathy-mission-control/master] lcov.am: wait for a refdbg-valgrind-enabled MC to exit before compiling stats
Simon McVittie
simon.mcvittie at collabora.co.uk
Thu May 28 09:08:23 PDT 2009
Otherwise it'll look as though nothing has been run.
---
tools/lcov.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/lcov.am b/tools/lcov.am
index 1455f83..a5feb72 100644
--- a/tools/lcov.am
+++ b/tools/lcov.am
@@ -20,6 +20,8 @@ lcov-report:
lcov-check:
$(MAKE) lcov-reset
$(MAKE) check
+ sleep `expr $${MC_LINGER_TIME:-5}`
+ sleep 1
$(MAKE) lcov-report
## vim:set ft=automake:
--
1.5.6.5
More information about the telepathy-commits
mailing list