exchange

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

commit 876404736873969ea112a4f2fd1b725e2be7c9d6
parent aaeadf1598baf7b2193d03b17c73dcd8956dc9cb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  5 Jan 2021 18:10:40 +0100

fix path for tests

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

diff --git a/src/util/test_helper_eddsa.conf b/src/util/test_helper_eddsa.conf @@ -1,3 +1,7 @@ +[PATHS] +# Persistent data storage for the testcase +TALER_TEST_HOME = test_helper_eddsa_home/ + [taler-helper-crypto-eddsa] LOOKAHEAD_SIGN = 5 minutes OVERLAP_DURATION = 1 s diff --git a/src/util/test_helper_rsa.conf b/src/util/test_helper_rsa.conf @@ -1,3 +1,8 @@ +[PATHS] +# Persistent data storage for the testcase +TALER_TEST_HOME = test_helper_rsa_home/ + + [coin_1] DURATION_WITHDRAW = 1 minute RSA_KEYSIZE = 2048