gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: work-around 'set


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: work-around 'set -eu' from the lcov worker.
Date: Fri, 09 Mar 2018 11:51:50 +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 3cf8d23  work-around 'set -eu' from the lcov worker.
3cf8d23 is described below

commit 3cf8d237376705a96ff26a04fc44187cb993763d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 9 11:38:26 2018 +0100

    work-around 'set -eu' from the lcov worker.
---
 buildbot/master.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 807ea70..c85fb1c 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -216,7 +216,8 @@ LCOV_FACTORY.addStep(ShellCommand(
     description="Invalidating timestamps",
     descriptionDone="timestamps invalidated",
     command=["./invalidate.sh"],
-    workdir="build/taler-build"))
+    workdir="build/taler-build"),
+    env={"TALER_ENV_NAME": "not-test"}) // work-around 'set -eu'
 LCOV_FACTORY.addStep(ShellCommand(
     name="build",
     description="Compiling..",

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



reply via email to

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