gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: remove hard-coded c


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: remove hard-coded config file
Date: Thu, 03 May 2018 14:06:27 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new d89d641  remove hard-coded config file
d89d641 is described below

commit d89d64100d97b8987521b35fc1d869b9cc65979c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 3 14:06:19 2018 +0200

    remove hard-coded config file
---
 src/lib/testing_api_helpers.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/lib/testing_api_helpers.c b/src/lib/testing_api_helpers.c
index 4213dbc..43ace62 100644
--- a/src/lib/testing_api_helpers.c
+++ b/src/lib/testing_api_helpers.c
@@ -162,15 +162,15 @@ TALER_TESTING_prepare_merchant (const char 
*config_filename)
   }
 
   /* DB preparation */
-  if (NULL ==
-      (dbinit_proc = GNUNET_OS_start_process (GNUNET_NO,
-                                              GNUNET_OS_INHERIT_STD_ALL,
-                                              NULL, NULL, NULL,
-                                              "taler-merchant-dbinit",
-                                              "taler-merchant-dbinit",
-                                              "-c", "test_merchant_api.conf",
-                                              "-r",
-                                              NULL)))
+  if (NULL == (dbinit_proc = GNUNET_OS_start_process
+    (GNUNET_NO,
+     GNUNET_OS_INHERIT_STD_ALL,
+     NULL, NULL, NULL,
+     "taler-merchant-dbinit",
+     "taler-merchant-dbinit",
+     "-c", config_filename,
+     "-r",
+     NULL)))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "Failed to run taler-merchant-dbinit."

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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