From: Andrew Bartlett Date: Sat, 25 Feb 2012 01:41:37 +0000 (+1100) Subject: add per_run_hook and global_lock to coverage.fns X-Git-Url: http://git.samba.org/?a=commitdiff_plain;ds=sidebyside;h=1174b9fa7686201c330476d309e1504adc79e901;p=build-farm.git add per_run_hook and global_lock to coverage.fns --- diff --git a/coverage.fns b/coverage.fns index fd84ea78..0846b230 100644 --- a/coverage.fns +++ b/coverage.fns @@ -1,3 +1,7 @@ +per_run_hook + +global_lock + # We need to disable ccache for the lcov love to work export CCACHE_DISABLE=yes export LCOV_REPORT=yes @@ -15,3 +19,4 @@ test_tree samba_3_current source3 $compiler test_tree samba_3_next source3 $compiler test_tree samba_3_master source3 $compiler +global_unlock