gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix cleanup logic


From: gnunet
Subject: [taler-deployment] branch master updated: fix cleanup logic
Date: Mon, 24 Feb 2020 12:07:06 +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 89a9e3c  fix cleanup logic
89a9e3c is described below

commit 89a9e3c11daebd75e8f078de86fefd84a234f124
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 12:07:04 2020 +0100

    fix cleanup logic
---
 buildbot/coverage.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/buildbot/coverage.sh b/buildbot/coverage.sh
index c8794ba..be9a3e3 100755
--- a/buildbot/coverage.sh
+++ b/buildbot/coverage.sh
@@ -8,6 +8,7 @@ PG_VER=12
 PG_DIR=/usr/lib/postgresql/$PG_VER/bin
 
 # setup little postgres DB for us ...
+cd
 TMP_DB_DIR=`mktemp -d tmpXXXXXX`
 $PG_DIR/initdb -D $TMP_DB_DIR/ -A trust
 export PGPORT=5432
@@ -32,4 +33,5 @@ for codebase in merchant exchange sync ; do
 done
 
 $PG_DIR/pg_ctl -D $TMP_DB_DIR/ stop
+cd
 rm -rf $TMP_DB_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]