gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 02/02: use shorter PATHs, /home/grothoff/research/taler


From: gnunet
Subject: [taler-exchange] 02/02: use shorter PATHs, /home/grothoff/research/taler/exchange/src/util may be too much for UNIXPATH
Date: Wed, 06 Jan 2021 10:11:58 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit adb48b61630a2d3ca0c0d67d564870ef39586eea
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 6 10:11:53 2021 +0100

    use shorter PATHs, /home/grothoff/research/taler/exchange/src/util may be 
too much for UNIXPATH
---
 src/util/test_helper_eddsa.conf | 6 +++---
 src/util/test_helper_rsa.conf   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/util/test_helper_eddsa.conf b/src/util/test_helper_eddsa.conf
index de2231cb..9529ec57 100644
--- a/src/util/test_helper_eddsa.conf
+++ b/src/util/test_helper_eddsa.conf
@@ -1,11 +1,11 @@
 [PATHS]
 # Persistent data storage for the testcase
 TALER_TEST_HOME = test_helper_eddsa_home/
-TALER_RUNTIME_DIR = test_helper_eddsa_home/tmp/
+TALER_RUNTIME_DIR = /tmp/${USER}/test_helper_eddsa/
 
 [taler-helper-crypto-eddsa]
 LOOKAHEAD_SIGN = 5 minutes
 OVERLAP_DURATION = 1 s
 DURATION = 1 minute
-KEY_DIR = ${TALER_RUNTIME_DIR}/test_helper_eddsa/
-UNIXPATH = ${TALER_RUNTIME_DIR}test_helper_eddsa.unix
+KEY_DIR = ${TALER_RUNTIME_DIR}keydir/
+UNIXPATH = ${TALER_RUNTIME_DIR}helper.unix
diff --git a/src/util/test_helper_rsa.conf b/src/util/test_helper_rsa.conf
index c02b08a3..bba7f657 100644
--- a/src/util/test_helper_rsa.conf
+++ b/src/util/test_helper_rsa.conf
@@ -1,7 +1,7 @@
 [PATHS]
 # Persistent data storage for the testcase
 TALER_TEST_HOME = test_helper_rsa_home/
-TALER_RUNTIME_DIR = test_helper_eddsa_home/tmp/
+TALER_RUNTIME_DIR = /tmp/${USER}/test_helper_rsa/
 
 
 [coin_1]
@@ -11,5 +11,5 @@ RSA_KEYSIZE = 2048
 [taler-helper-crypto-rsa]
 LOOKAHEAD_SIGN = 5 minutes
 OVERLAP_DURATION = 1 s
-KEY_DIR = ${TALER_RUNTIME_DIR}/test_helper_rsa/
-UNIXPATH = ${TALER_RUNTIME_DIR}test_helper_rsa.unix
+KEY_DIR = ${TALER_RUNTIME_DIR}/keydir/
+UNIXPATH = ${TALER_RUNTIME_DIR}helper.unix

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]