taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit fdfd659610fb2fc7e64195bf39d493d54955cbbd
parent 335cea0546d8555c4c8b66090233e6a16a9e3af9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 24 Feb 2020 16:32:58 +0100

for unit tests, continue on failures

Diffstat:
Mbuildbot/master.cfg | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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"))