summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f0ac56e..302e559 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -218,8 +218,8 @@ LCOV_FACTORY.addStep(ShellCommand(
description="Invalidating timestamps",
descriptionDone="timestamps invalidated",
command=["./invalidate.sh"],
- workdir="build/taler-build"),
- env={"TALER_ENV_NAME": "not-test"}) # work-around 'set -eu'
+ workdir="build/taler-build",
+ env={"TALER_ENV_NAME": "not-test"})) # work-around 'set -eu'
LCOV_FACTORY.addStep(ShellCommand(
name="build",
description="Compiling..",