summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-26 21:03:52 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-26 21:03:52 +0200
commit2a52c44372ee3a9871147e22f3e63cd39beaac92 (patch)
treef1587d3383983aabe75182f04038e462bebee047
parent08ec3f328a276cb5213f5ea3df26acfbb356d177 (diff)
downloaddeployment-2a52c44372ee3a9871147e22f3e63cd39beaac92.tar.gz
deployment-2a52c44372ee3a9871147e22f3e63cd39beaac92.tar.bz2
deployment-2a52c44372ee3a9871147e22f3e63cd39beaac92.zip
sanity check message
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 68654b8..f4131cd 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -111,8 +111,8 @@ switcher_factory.addStep(ShellCommand(name="build",
command=["./restart.sh"],
workdir="build/buildbot"))
switcher_factory.addStep(ShellCommand(name="build",
- description="Checking Exchange.",
- descriptionDone="Exchange checked.",
+ description="Checking services are correctly restarted.",
+ descriptionDone="All services are correctly restarted.",
command=["./checks.sh"],
workdir="build/buildbot"))
switcher_factory.addStep(ShellCommand(name="build",