gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin-deployment] branch master updated: Prefer flunkOnFailure (inst


From: gnunet
Subject: [libeufin-deployment] branch master updated: Prefer flunkOnFailure (instead of haltOnFailure)
Date: Thu, 26 Nov 2020 14:58:05 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin-deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 6e214f0  Prefer flunkOnFailure (instead of haltOnFailure)
6e214f0 is described below

commit 6e214f0e4038ad15a2cda069c207af9955f1eecb
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 26 14:57:38 2020 +0100

    Prefer flunkOnFailure (instead of haltOnFailure)
---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 3a12f42..1736c27 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -94,21 +94,21 @@ ALL_FACTORY.addSteps([
         name="Unit tests",
         description="Running unit tests",
         descriptionDone="Unit tests done",
-        haltOnFailure=True,
+        flunkOnFailure=True,
         command=["make", "check"]
     ),
     ShellCommand(
         name="Integration tests",
         description="Running integration tests",
         descriptionDone="Integration tests done",
-        haltOnFailure=True,
+        flunkOnFailure=True,
         command=["make", "tests"]
     ),
     ShellCommand(
         name="Parsing tests",
         description="Running the parsing tests",
         descriptionDone="Parsing tests done",
-        haltOnFailure=True,
+        flunkOnFailure=True,
         command=["make", "parse"]
     )
 ])

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]