summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 97e432b..f0ac56e 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -219,7 +219,7 @@ LCOV_FACTORY.addStep(ShellCommand(
descriptionDone="timestamps invalidated",
command=["./invalidate.sh"],
workdir="build/taler-build"),
- env={"TALER_ENV_NAME": "not-test"}) // work-around 'set -eu'
+ env={"TALER_ENV_NAME": "not-test"}) # work-around 'set -eu'
LCOV_FACTORY.addStep(ShellCommand(
name="build",
description="Compiling..",