summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index c63a144..0bc7238 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -230,8 +230,7 @@ SWITCHER_FACTORY.addStep(ShellCommand(
descriptionDone="Compile.",
command=["./build.sh"],
workdir="build/buildbot",
- haltOnFailure=True,
- flunkOnFailure=False))
+ haltOnFailure=True))
SWITCHER_FACTORY.addStep(ShellCommand(
name="restart services",
description="Restarting inactive blue-green party.",