gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix command order


From: gnunet
Subject: [taler-deployment] branch master updated: fix command order
Date: Wed, 27 Nov 2019 19:04:19 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new db7496e  fix command order
db7496e is described below

commit db7496eae76f272eff58461d1e1865fa8e4b5922
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 27 19:04:13 2019 +0100

    fix command order
---
 buildbot/coverage.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh
index f6ddf46..48f5bc3 100755
--- a/buildbot/coverage.sh
+++ b/buildbot/coverage.sh
@@ -16,13 +16,13 @@ source "${HOME}/activate"
 for codebase in merchant exchange ; do
   TOP="$HOME/sources/${codebase}/"
   REPORT_DIR="$HOME/sources/${codebase}/coverage_report"
-  cd $TOP
+  lcov -d $TOP -z
   TALER_MERCHANTDB_POSTGRES_CONFIG=$TALER_CHECKDB \
   TALER_EXCHANGEDB_POSTGRES_CONFIG=$TALER_CHECKDB \
   TALER_AUDITORDB_POSTGRES_CONFIG=$TALER_CHECKDB \
+  cd $TOP
   make check || exit 1
   mkdir -p $REPORT_DIR
-  lcov -d $TOP -z
   lcov -d $TOP -c --no-external -o $REPORT_DIR/coverage.info
   lcov -r $REPORT_DIR/coverage.info **/test_* -o $REPORT_DIR/rcoverage.info
   genhtml -o $REPORT_DIR $REPORT_DIR/rcoverage.info

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



reply via email to

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