commit 2a52c44372ee3a9871147e22f3e63cd39beaac92
parent 08ec3f328a276cb5213f5ea3df26acfbb356d177
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Sun, 26 Mar 2017 21:03:52 +0200
sanity check message
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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",