aboutsummaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-28 22:00:04 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-28 22:00:04 +0200
commit08141d4354353828d4cd4f4bf4d5b393d703061e (patch)
treeb0f80e69628939947df72972eaae0c12546a651f /buildbot/master.cfg
parentffc751ec43760e559fb2d3465aed649831c68dd8 (diff)
downloaddeployment-08141d4354353828d4cd4f4bf4d5b393d703061e.tar.gz
deployment-08141d4354353828d4cd4f4bf4d5b393d703061e.tar.bz2
deployment-08141d4354353828d4cd4f4bf4d5b393d703061e.zip
closing )
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index ec4c63a..7953869 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -97,7 +97,7 @@ wallet_factory.addStep(ShellCommand(name="configuration",
descrition="Running configure script",
descriptionDone="Correctly configured",
command=["./configure && make check"],
- workdir="build/")
+ workdir="build/"))
lcov_factory = util.BuildFactory()