gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix lcov invocation


From: gnunet
Subject: [taler-deployment] branch master updated: fix lcov invocation
Date: Mon, 24 Feb 2020 13:29:53 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5acfddf  fix lcov invocation
5acfddf is described below

commit 5acfddf8202b3ab712a56fca59c9f11ca4bf1b55
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 13:29:51 2020 +0100

    fix lcov invocation
---
 buildbot/coverage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh
index c61138f..0d73cdd 100755
--- 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]