summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-03-09 11:38:26 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-03-09 11:38:26 +0100
commit3cf8d237376705a96ff26a04fc44187cb993763d (patch)
tree702cd4299ab208f3c8663e22c8f81a36eb249c78
parent8974fc1728c9f9a72d708d9c70a7977652935fdd (diff)
downloaddeployment-3cf8d237376705a96ff26a04fc44187cb993763d.tar.gz
deployment-3cf8d237376705a96ff26a04fc44187cb993763d.tar.bz2
deployment-3cf8d237376705a96ff26a04fc44187cb993763d.zip
work-around 'set -eu' from the lcov worker.
-rw-r--r--buildbot/master.cfg3
1 files changed, 2 insertions, 1 deletions
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..",