[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: make "make check" in src/util re
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: make "make check" in src/util respect env var ‘TMPDIR’ |
Date: |
Fri, 22 Jan 2021 02:00:27 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 2bba8346 make "make check" in src/util respect env var ‘TMPDIR’
2bba8346 is described below
commit 2bba834643b520ccedc8bfad780183242dc19fed
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jan 21 19:56:23 2021 -0500
make "make check" in src/util respect env var ‘TMPDIR’
https://bugs.gnunet.org/view.php?id=6714
---
src/util/test_helper_eddsa.conf | 2 +-
src/util/test_helper_rsa.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/util/test_helper_eddsa.conf b/src/util/test_helper_eddsa.conf
index 35413d0b..541a8b14 100644
--- a/src/util/test_helper_eddsa.conf
+++ b/src/util/test_helper_eddsa.conf
@@ -1,7 +1,7 @@
[PATHS]
# Persistent data storage for the testcase
TALER_TEST_HOME = test_helper_eddsa_home/
-TALER_RUNTIME_DIR = /tmp/${USER}/test_helper_eddsa/
+TALER_RUNTIME_DIR = ${TMPDIR:-/tmp}/${USER}/test_helper_eddsa/
[taler-exchange-secmod-eddsa]
LOOKAHEAD_SIGN = 5 minutes
diff --git a/src/util/test_helper_rsa.conf b/src/util/test_helper_rsa.conf
index b6974e4b..524e4635 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 = /tmp/${USER}/test_helper_rsa/
+TALER_RUNTIME_DIR = ${TMPDIR:-/tmp}/${USER}/test_helper_rsa/
[coin_1]
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: make "make check" in src/util respect env var ‘TMPDIR’,
gnunet <=