gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix runtime dir for test


From: gnunet
Subject: [taler-anastasis] branch master updated: fix runtime dir for test
Date: Sun, 02 May 2021 16:10:07 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new b13cb0f  fix runtime dir for test
b13cb0f is described below

commit b13cb0f9272c90f2d0202a1273b17d2d5cfef865
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun May 2 16:10:05 2021 +0200

    fix runtime dir for test
---
 src/cli/test_reducer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cli/test_reducer.conf b/src/cli/test_reducer.conf
index 154fe00..7ef03c9 100644
--- a/src/cli/test_reducer.conf
+++ b/src/cli/test_reducer.conf
@@ -3,7 +3,7 @@ TALER_HOME = ${PWD}/test_reducer_home/
 TALER_DATA_HOME = $TALER_HOME/.local/share/taler/
 TALER_CONFIG_HOME = $TALER_HOME/.config/taler/
 TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
-TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/
+TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/
 
 [taler]
 CURRENCY = TESTKUDOS

-- 
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]