[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:12: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 16c79df8 fix path for tests
16c79df8 is described below
commit 16c79df86dbd4fcf06ca4bcb0cd26103ec8aba5a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jan 5 18:12:48 2021 +0100
fix path for tests
---
src/util/test_helper_eddsa.conf | 1 +
src/util/test_helper_rsa.conf | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/util/test_helper_eddsa.conf b/src/util/test_helper_eddsa.conf
index f98bff96..de2231cb 100644
--- 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
index cfd3b301..c02b08a3 100644
--- 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]
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.