summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-24 16:32:58 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-24 16:32:58 +0100
commitfdfd659610fb2fc7e64195bf39d493d54955cbbd (patch)
tree5bca4661147447cf8b39dc3eb1e7890400a35a78 /buildbot
parent335cea0546d8555c4c8b66090233e6a16a9e3af9 (diff)
downloaddeployment-fdfd659610fb2fc7e64195bf39d493d54955cbbd.tar.gz
deployment-fdfd659610fb2fc7e64195bf39d493d54955cbbd.tar.bz2
deployment-fdfd659610fb2fc7e64195bf39d493d54955cbbd.zip
for unit tests, continue on failures
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index a021f34..1c9bd91 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -522,6 +522,7 @@ CHECKER_FACTORY.addStep(
descriptionDone="Taler built",
command=["./build.sh"],
workdir="../../deployment/buildbot",
+ haltOnFailure=False
)
)
CHECKER_FACTORY.addStep(jailed_check ("libmicrohttpd", "microhttpd"))