aboutsummaryrefslogtreecommitdiff
path: root/src/credential/test_credential_lookup.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/test_credential_lookup.conf')
-rw-r--r--src/credential/test_credential_lookup.conf6
1 files changed, 3 insertions, 3 deletions
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 @@
1@INLINE@ test_credential_defaults.conf 1@INLINE@ test_credential_defaults.conf
2 2
3[PATHS] 3[PATHS]
4GNUNET_TEST_HOME = /tmp/test-gnunet-credential-peer-1/ 4GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-credential-peer-1/
5 5
6[dht] 6[dht]
7AUTOSTART = YES 7AUTOSTART = YES
@@ -11,10 +11,10 @@ PLUGINS =
11 11
12[credential] 12[credential]
13AUTOSTART = YES 13AUTOSTART = YES
14PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=/tmp/credlog 14PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=$GNUNET_TMP/credlog
15 15
16[rest] 16[rest]
17PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=/tmp/restlog 17PREFIX = valgrind --leak-check=full --track-origins=yes --log-file=$GNUNET_TMP/restlog
18 18
19[gns] 19[gns]
20#PREFIX = valgrind --leak-check=full --track-origins=yes 20#PREFIX = valgrind --leak-check=full --track-origins=yes