gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix bank start calls


From: gnunet
Subject: [taler-exchange] branch master updated: -fix bank start calls
Date: Sat, 18 Jul 2020 00:25:38 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 3f9c4646 -fix bank start calls
3f9c4646 is described below

commit 3f9c4646974b9d5c6e8f863219afe95c982eded6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jul 18 00:25:35 2020 +0200

    -fix bank start calls
---
 src/testing/testing_api_helpers_bank.c | 52 ++++++++++++++++------------------
 1 file changed, 24 insertions(+), 28 deletions(-)

diff --git a/src/testing/testing_api_helpers_bank.c 
b/src/testing/testing_api_helpers_bank.c
index ff5caa11..b0b8035f 100644
--- a/src/testing/testing_api_helpers_bank.c
+++ b/src/testing/testing_api_helpers_bank.c
@@ -118,15 +118,14 @@ TALER_TESTING_run_libeufin (const struct 
TALER_TESTING_BankConfiguration *bc)
   unsigned int iter;
   char *curl_check_cmd;
 
-  nexus_proc = GNUNET_OS_start_process
-                 (GNUNET_NO,
-                 GNUNET_OS_INHERIT_STD_NONE,
-                 NULL, NULL, NULL,
-                 "libeufin-nexus",
-                 "libeufin-nexus",
-                 "serve",
-                 "--db-name", "/tmp/nexus-exchange-test.sqlite3",
-                 NULL);
+  nexus_proc = GNUNET_OS_start_process (
+    GNUNET_OS_INHERIT_STD_NONE,
+    NULL, NULL, NULL,
+    "libeufin-nexus",
+    "libeufin-nexus",
+    "serve",
+    "--db-name", "/tmp/nexus-exchange-test.sqlite3",
+    NULL);
   if (NULL == nexus_proc)
   {
     GNUNET_break (0);
@@ -164,15 +163,14 @@ TALER_TESTING_run_libeufin (const struct 
TALER_TESTING_BankConfiguration *bc)
   GNUNET_free (curl_check_cmd);
   fprintf (stderr, "\n");
 
-  sandbox_proc = GNUNET_OS_start_process
-                   (GNUNET_NO,
-                   GNUNET_OS_INHERIT_STD_NONE,
-                   NULL, NULL, NULL,
-                   "libeufin-sandbox",
-                   "libeufin-sandbox",
-                   "serve",
-                   "--db-name", "/tmp/sandbox-exchange-test.sqlite3",
-                   NULL);
+  sandbox_proc = GNUNET_OS_start_process (
+    GNUNET_OS_INHERIT_STD_NONE,
+    NULL, NULL, NULL,
+    "libeufin-sandbox",
+    "libeufin-sandbox",
+    "serve",
+    "--db-name", "/tmp/sandbox-exchange-test.sqlite3",
+    NULL);
   if (NULL == sandbox_proc)
   {
     GNUNET_break (0);
@@ -290,15 +288,14 @@ TALER_TESTING_run_bank (const char *config_filename,
   if (0 != strcmp ("http", serve_cfg))
     serve_arg = "serve-uwsgi";
   GNUNET_free (serve_cfg);
-  bank_proc = GNUNET_OS_start_process
-                (GNUNET_NO,
-                GNUNET_OS_INHERIT_STD_NONE,
-                NULL, NULL, NULL,
-                "taler-bank-manage-testing",
-                "taler-bank-manage-testing",
-                config_filename,
-                database,
-                serve_arg, NULL);
+  bank_proc = GNUNET_OS_start_process (
+    GNUNET_OS_INHERIT_STD_NONE,
+    NULL, NULL, NULL,
+    "taler-bank-manage-testing",
+    "taler-bank-manage-testing",
+    config_filename,
+    database,
+    serve_arg, NULL);
   GNUNET_free (database);
   if (NULL == bank_proc)
   {
@@ -550,7 +547,6 @@ TALER_TESTING_prepare_bank (const char *config_filename,
   {
     if (NULL ==
         (dbreset_proc = GNUNET_OS_start_process (
-           GNUNET_NO,
            GNUNET_OS_INHERIT_STD_NONE,
            NULL, NULL, NULL,
            "taler-bank-manage",

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