summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..",