From 9fbda6db66bf8dc074de6c8792f369801e4e5999 Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Sun, 6 May 2018 19:00:22 +0000 Subject: Switch to $GNUNET_TMP in all configuration files. Signed-off-by: Nils Gillmann --- src/credential/test_credential_defaults.conf | 2 +- src/credential/test_credential_lookup.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/credential') diff --git a/src/credential/test_credential_defaults.conf b/src/credential/test_credential_defaults.conf index d157ddd43..328846a10 100644 --- a/src/credential/test_credential_defaults.conf +++ b/src/credential/test_credential_defaults.conf @@ -1,7 +1,7 @@ @INLINE@ ../../contrib/no_forcestart.conf [PATHS] -GNUNET_TEST_HOME = /tmp/test-gnunet-credential-testing/ +GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-credential-testing/ [namestore-sqlite] FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db diff --git a/src/credential/test_credential_lookup.conf b/src/credential/test_credential_lookup.conf index 3684063b1..bd464a1f4 100644 --- a/src/credential/test_credential_lookup.conf +++ b/src/credential/test_credential_lookup.conf @@ -1,7 +1,7 @@ @INLINE@ test_credential_defaults.conf [PATHS] -GNUNET_TEST_HOME = /tmp/test-gnunet-credential-peer-1/ +GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-credential-peer-1/ [dht] AUTOSTART = YES @@ -11,10 +11,10 @@ PLUGINS = [credential] AUTOSTART = YES -PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=/tmp/credlog +PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=$GNUNET_TMP/credlog [rest] -PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=/tmp/restlog +PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=$GNUNET_TMP/restlog [gns] #PREFIX = valgrind --leak-check=full --track-origins=yes -- cgit v1.2.3