exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 91e18867c3fd9e231f76635fd87bc658d1e39f56
parent 90c56117e0bbc826d234b64f8761364592da906f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 28 Apr 2021 15:42:36 +0200

use grothoff in runtimedir when testing

Diffstat:
Msrc/exchange/test_taler_exchange_httpd.conf | 1+
Msrc/exchange/test_taler_exchange_unix.conf | 1+
Msrc/testing/test-taler-exchange-aggregator-postgres.conf | 1+
Msrc/testing/test-taler-exchange-wirewatch-postgres.conf | 1+
Msrc/testing/test_auditor_api.conf | 1+
Msrc/testing/test_exchange_api.conf | 1+
Msrc/testing/test_exchange_api_keys_cherry_picking.conf | 1+
Msrc/testing/test_exchange_api_twisted.conf | 1+
8 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/exchange/test_taler_exchange_httpd.conf b/src/exchange/test_taler_exchange_httpd.conf @@ -1,6 +1,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_taler_exchange_httpd_home/ +TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/ [taler] # Currency supported by the exchange (can only be one) diff --git a/src/exchange/test_taler_exchange_unix.conf b/src/exchange/test_taler_exchange_unix.conf @@ -1,6 +1,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_taler_exchange_httpd_home/ +TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/ [taler] # Currency supported by the exchange (can only be one) diff --git a/src/testing/test-taler-exchange-aggregator-postgres.conf b/src/testing/test-taler-exchange-aggregator-postgres.conf @@ -1,6 +1,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_taler_exchange_httpd_home/ +TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/ [taler-exchange-secmod-rsa] # Reduce from 1 year to speed up test diff --git a/src/testing/test-taler-exchange-wirewatch-postgres.conf b/src/testing/test-taler-exchange-wirewatch-postgres.conf @@ -1,6 +1,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_taler_exchange_httpd_home/ +TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/ [taler-exchange-secmod-rsa] # Reduce from 1 year to speed up test diff --git a/src/testing/test_auditor_api.conf b/src/testing/test_auditor_api.conf @@ -4,6 +4,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_exchange_api_home/ +TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/ [taler-exchange-secmod-rsa] # Reduce from 1 year to speed up test diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf @@ -4,6 +4,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_exchange_api_home/ +TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/ [taler-exchange-secmod-rsa] # Reduce from 1 year to speed up test diff --git a/src/testing/test_exchange_api_keys_cherry_picking.conf b/src/testing/test_exchange_api_keys_cherry_picking.conf @@ -3,6 +3,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_exchange_api_keys_cherry_picking_home/ +TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/ # Persistent data storage TALER_DATA_HOME = $TALER_HOME/.local/share/taler/ diff --git a/src/testing/test_exchange_api_twisted.conf b/src/testing/test_exchange_api_twisted.conf @@ -2,6 +2,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_exchange_api_home/ +TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/ [taler-exchange-secmod-rsa] # Reduce from 1 year to speed up test