commit a03db0e5f50e30ffb5c5326eff51d5161e5203c6
parent b28b46a8dfa9d9a49d79219bb1ca9433226024f9
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 26 Apr 2021 22:18:59 +0200
give cmds names
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -227,8 +227,8 @@ DOC_FACTORY.addStep(
description="prepare merchant",
descriptionDone="directory created",
commands=[
- util.ShellArg(command=["./bootstrap"]),
- util.ShellArg(command=["./configure", "--enable-only-doc"]),
+ util.ShellArg(command=["./bootstrap"], logname='bootstrap'),
+ util.ShellArg(command=["./configure", "--enable-only-doc"], logname='configure'),
util.ShellArg(command=["cp", "../exchange/doc/doxygen/taler-exchange.tag", "doc/doxygen/taler-exchange.tag"]),
],
workdir="../../sources/merchant/"