commit 91ecd6746ad4f3c4af777a918d224b8d3db50484
parent 0a62ff972354413b771d1372a5da7dec4c59d9e1
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 23 Feb 2020 19:42:12 +0100
fix syntax
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -524,7 +524,7 @@ AUDITOR_FACTORY_TEST.addStep(
description="Generating auditor reports.",
descriptionDone="Auditor reports correctly generated.",
command=["./make_auditor_reports.sh"],
- workdir="../../deployment/buildbot"
+ workdir="../../deployment/buildbot",
env={'TALER_HOME': "/home/taler-test/"}
)
)
@@ -536,7 +536,7 @@ AUDITOR_FACTORY_DEMO.addStep(
description="Generating auditor reports.",
descriptionDone="Auditor reports correctly generated.",
command=["./make_auditor_reports.sh"],
- workdir="../../deployment/buildbot"
+ workdir="../../deployment/buildbot",
env={'TALER_HOME': "/home/demo/active-home/"}
)
)