gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix config file names


From: gnunet
Subject: [taler-exchange] branch master updated: -fix config file names
Date: Mon, 07 Feb 2022 14:53:35 +0100

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 ca7fa980 -fix config file names
ca7fa980 is described below

commit ca7fa98016cc22b94e5dcdafe2cb0cafb9af6563
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 7 14:53:32 2022 +0100

    -fix config file names
---
 src/testing/Makefile.am                                     |  6 ++++--
 src/testing/test_auditor_api.c                              | 13 ++++++-------
 .../{test_exchange_api.conf => test_exchange_api-rsa.conf}  |  0
 ....conf => test_exchange_api_keys_cherry_picking-rsa.conf} |  0
 4 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index fc64ea12..ae0d67b6 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -497,9 +497,11 @@ EXTRA_DIST = \
   
test_exchange_api_keys_cherry_picking_home/.local/share/taler/exchange-offline/master.priv
 \
   
test_exchange_api_keys_cherry_picking_home/.local/share/taler/exchange/offline-keys/master.priv
 \
   
test_exchange_api_keys_cherry_picking_home/.local/share/taler/exchange/wirefees/x-taler-bank.fee
 \
-  test_exchange_api.conf \
+  test_exchange_api-cs.conf \
+  test_exchange_api-rsa.conf \
   test_exchange_api_twisted.conf \
-  test_exchange_api_keys_cherry_picking.conf \
+  test_exchange_api_keys_cherry_picking-cs.conf \
+  test_exchange_api_keys_cherry_picking-rsa.conf \
   test_exchange_api_expire_reserve_now.conf \
   test_taler_exchange_httpd_home/.config/taler/account-1.json \
   
test_taler_exchange_httpd_home/.local/share/taler/exchange-offline/master.priv \
diff --git a/src/testing/test_auditor_api.c b/src/testing/test_auditor_api.c
index 314e0a87..d1616c91 100644
--- a/src/testing/test_auditor_api.c
+++ b/src/testing/test_auditor_api.c
@@ -692,12 +692,6 @@ main (int argc,
                     "INFO",
                     NULL);
 
-  /* Check fakebank port is available and get configuration data. */
-  if (GNUNET_OK !=
-      TALER_TESTING_prepare_fakebank (config_file,
-                                      "exchange-account-2",
-                                      &bc))
-    return 77;
   cipher = GNUNET_TESTING_get_testname_from_underscore (argv[0]);
   GNUNET_assert (NULL != cipher);
   GNUNET_asprintf (&config_file,
@@ -706,7 +700,12 @@ main (int argc,
   GNUNET_asprintf (&config_file_expire_reserve_now,
                    "test_auditor_api_expire_reserve_now-%s.conf",
                    cipher);
-
+  /* Check fakebank port is available and get configuration data. */
+  if (GNUNET_OK !=
+      TALER_TESTING_prepare_fakebank (config_file,
+                                      "exchange-account-2",
+                                      &bc))
+    return 77;
   TALER_TESTING_cleanup_files (config_file);
   /* @helpers.  Run keyup, create tables, ... Note: it
    * fetches the port number from config in order to see
diff --git a/src/testing/test_exchange_api.conf 
b/src/testing/test_exchange_api-rsa.conf
similarity index 100%
rename from src/testing/test_exchange_api.conf
rename to src/testing/test_exchange_api-rsa.conf
diff --git a/src/testing/test_exchange_api_keys_cherry_picking.conf 
b/src/testing/test_exchange_api_keys_cherry_picking-rsa.conf
similarity index 100%
rename from src/testing/test_exchange_api_keys_cherry_picking.conf
rename to src/testing/test_exchange_api_keys_cherry_picking-rsa.conf

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