commit b0a9118d5fd6eaf377de8f134338b0b1a6a403aa
parent e44a7077d741c965de81c6be37c870334cbb04cb
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Wed, 1 Jun 2016 01:27:30 +0200
splitting "make lcov" for buildbot
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -103,9 +103,9 @@ lcov.addStep(ShellCommand(
workdir="build/taler-build"))
lcov.addStep(ShellCommand(
name="builder",
- description="Building Taler",
- descriptionDone="compiled",
- command=["make lcov"],
+ description="Generating lcov files",
+ descriptionDone="lcov files generated",
+ command=["make", "lcov"],
workdir="build/taler-build"))
from buildbot.config import BuilderConfig