summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 786b10f..12ebd17 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -123,10 +123,10 @@ wallet_factory.addStep(ShellCommand(name="test",
workdir="build/"))
debug_factory = util.BuildFactory()
-debug_factory.addStep(name="echo debug",
- description="just echoing a word",
- descriptionDone="builder responded",
- command=["echo", "I'm here!"])
+debug_factory.addStep(ShellCommand(name="echo debug",
+ description="just echoing a word",
+ descriptionDone="builder responded",
+ command=["echo", "I'm here!"]))
lcov_factory = util.BuildFactory()