gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: fix command invocation


From: gnunet
Subject: [libeufin-deployment] branch master updated: fix command invocation
Date: Mon, 16 Nov 2020 17:52:38 +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 30b190f  fix command invocation
30b190f is described below

commit 30b190fa849ddc97684b348659e7cca56ca5b185
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 16 17:52:34 2020 +0100

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 6fe6da8..93a8aee 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -80,7 +80,7 @@ UNITTESTS_FACTORY.addSteps([
         name="Unit tests",
         description="Running unit tests",
         descriptionDone="Unit tests done",
-        command=["make check"]
+        command=["make", "check"]
     )
 ])
 
@@ -91,7 +91,7 @@ INTEGRATION_TESTS_FACTORY.addSteps([
         name="Integration tests",
         description="Running the integration tests",
         descriptionDone="Integration tests done",
-        command=["make tests"]
+        command=["make", "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]