commit 369bf4ead8bc0c9fe3a7ecf2f08ea5db15a73ea2
parent c8ef83b022bc5c8fbb16b9ebba5f1dc76586dd8a
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 27 Nov 2019 19:31:09 +0100
ui
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -429,9 +429,9 @@ LCOV_FACTORY.addStep(
LCOV_FACTORY.addStep(
ShellCommand(
- name="invalidation",
- description="Invalidating timestamps",
- descriptionDone="timestamps invalidated",
+ name="coverage generation",
+ description="running tests",
+ descriptionDone="generating HTML report",
command=["./coverage.sh"],
workdir="../../deployment/buildbot",
env={"TALER_CHECKDB": "postgres:///talercheck-${USER}"},