[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix path for tests
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix path for tests |
Date: |
Tue, 05 Jan 2021 18:10:50 +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 87640473 fix path for tests
new 9e0194c1 Merge branch 'master' of git+ssh://git.taler.net/exchange
87640473 is described below
commit 876404736873969ea112a4f2fd1b725e2be7c9d6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jan 5 18:10:40 2021 +0100
fix path for tests
---
src/util/test_helper_eddsa.conf | 4 ++++
src/util/test_helper_rsa.conf | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/src/util/test_helper_eddsa.conf b/src/util/test_helper_eddsa.conf
index 99528579..f98bff96 100644
--- 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
index f45fe014..cfd3b301 100644
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-exchange] branch master updated: fix path for tests,
gnunet <=