gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: fix syntax


From: gnunet
Subject: [libeufin-deployment] branch master updated: fix syntax
Date: Thu, 26 Nov 2020 14:47:48 +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 97488b8  fix syntax
97488b8 is described below

commit 97488b8aa850b5591cf42cf42ac587aea03fa551
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 26 14:47:45 2020 +0100

    fix syntax
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 544a65d..8cfeaad 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -96,14 +96,14 @@ ALL_FACTORY.addSteps([
         descriptionDone="Unit tests done",
         haltOnFailure=True,
         command=["make", "check"]
-    )
+    ),
     ShellCommand(
         name="Integration tests",
         description="Running integration tests",
         descriptionDone="Integration tests done",
         haltOnFailure=True,
         command=["make", "tests"]
-    )
+    ),
     ShellCommand(
         name="Parsing tests",
         description="Running the parsing tests",

-- 
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]