commit 3cf8d237376705a96ff26a04fc44187cb993763d
parent 8974fc1728c9f9a72d708d9c70a7977652935fdd
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 9 Mar 2018 11:38:26 +0100
work-around 'set -eu' from the lcov worker.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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..",