commit 5acfddf8202b3ab712a56fca59c9f11ca4bf1b55
parent ae96287a64d95d1468d8558aa4ea5910d364241a
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 24 Feb 2020 13:29:51 +0100
fix lcov invocation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh
@@ -25,7 +25,7 @@ $PG_DIR/createdb anastasischeck
for codebase in merchant exchange sync ; do
TOP="$HOME/sources/${codebase}/"
REPORT_DIR="$HOME/sources/${codebase}/coverage_report"
- lcov --no-external --capture --initial -d $TOP -z
+ lcov --no-external --initial -d $TOP -z
cd $TOP
make check -k || true
mkdir -p $REPORT_DIR