gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: adjust LibEuFin binary names


From: gnunet
Subject: [taler-exchange] branch master updated: adjust LibEuFin binary names
Date: Sun, 14 Jun 2020 15:41:04 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 9c752b3d adjust LibEuFin binary names
9c752b3d is described below

commit 9c752b3d031dbbb06544553dc71fcfebfe7fdb05
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Sun Jun 14 19:10:28 2020 +0530

    adjust LibEuFin binary names
---
 contrib/taler-nexus-prepare            |  2 +-
 src/testing/testing_api_helpers_bank.c | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/contrib/taler-nexus-prepare b/contrib/taler-nexus-prepare
index d7466fcf..66a0b1c1 100755
--- a/contrib/taler-nexus-prepare
+++ b/contrib/taler-nexus-prepare
@@ -36,7 +36,7 @@ def assertResponse(response):
     return response
 
 # Create a nexus (super-) user
-call(["nexus",
+check_call(["libeufin-nexus",
       "superuser",
       "--db-name", "/tmp/nexus-exchange-test.sqlite3",
       "Exchange",
diff --git a/src/testing/testing_api_helpers_bank.c 
b/src/testing/testing_api_helpers_bank.c
index 11cc4393..ff5caa11 100644
--- a/src/testing/testing_api_helpers_bank.c
+++ b/src/testing/testing_api_helpers_bank.c
@@ -114,7 +114,7 @@ TALER_TESTING_run_libeufin (const struct 
TALER_TESTING_BankConfiguration *bc)
 {
   struct GNUNET_OS_Process *nexus_proc;
   struct GNUNET_OS_Process *sandbox_proc;
-  struct TALER_TESTING_LibeufinServices ret;
+  struct TALER_TESTING_LibeufinServices ret = { 0 };
   unsigned int iter;
   char *curl_check_cmd;
 
@@ -122,8 +122,8 @@ TALER_TESTING_run_libeufin (const struct 
TALER_TESTING_BankConfiguration *bc)
                  (GNUNET_NO,
                  GNUNET_OS_INHERIT_STD_NONE,
                  NULL, NULL, NULL,
-                 "nexus",
-                 "nexus",
+                 "libeufin-nexus",
+                 "libeufin-nexus",
                  "serve",
                  "--db-name", "/tmp/nexus-exchange-test.sqlite3",
                  NULL);
@@ -168,8 +168,8 @@ TALER_TESTING_run_libeufin (const struct 
TALER_TESTING_BankConfiguration *bc)
                    (GNUNET_NO,
                    GNUNET_OS_INHERIT_STD_NONE,
                    NULL, NULL, NULL,
-                   "sandbox",
-                   "sandbox",
+                   "libeufin-sandbox",
+                   "libeufin-sandbox",
                    "serve",
                    "--db-name", "/tmp/sandbox-exchange-test.sqlite3",
                    NULL);

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