exchange

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

commit 16c79df86dbd4fcf06ca4bcb0cd26103ec8aba5a
parent 9e0194c1f2823b8588eed2d9a6e3dfd86788f968
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  5 Jan 2021 18:12:48 +0100

fix path for tests

Diffstat:
Msrc/util/test_helper_eddsa.conf | 1+
Msrc/util/test_helper_rsa.conf | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/util/test_helper_eddsa.conf b/src/util/test_helper_eddsa.conf @@ -1,6 +1,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_helper_eddsa_home/ +TALER_RUNTIME_DIR = test_helper_eddsa_home/tmp/ [taler-helper-crypto-eddsa] LOOKAHEAD_SIGN = 5 minutes diff --git a/src/util/test_helper_rsa.conf b/src/util/test_helper_rsa.conf @@ -1,6 +1,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_helper_rsa_home/ +TALER_RUNTIME_DIR = test_helper_eddsa_home/tmp/ [coin_1]